Skip to content

Commit ef85a65

Browse files
authored
dsgdfg
dfgfdg
1 parent 8e19bfa commit ef85a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM tomcat:8.0.20-jre8
33

44

55
COPY tomcat-users.xml /usr/local/tomcat/conf/
6-
COPY /var/lib/jenkins/workspace/ecs_demo@2/target/grants.war /usr/local/tomcat/webapps/
6+
COPY target/grants.war /usr/local/tomcat/webapps/
77
RUN sh /usr/local/tomcat/bin/catalina.sh stop
88
RUN sleep 30
99
RUN sh /usr/local/tomcat/bin/catalina.sh start

0 commit comments

Comments
 (0)