We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e19bfa commit ef85a65Copy full SHA for ef85a65
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM tomcat:8.0.20-jre8
3
4
5
COPY tomcat-users.xml /usr/local/tomcat/conf/
6
-COPY /var/lib/jenkins/workspace/ecs_demo@2/target/grants.war /usr/local/tomcat/webapps/
+COPY target/grants.war /usr/local/tomcat/webapps/
7
RUN sh /usr/local/tomcat/bin/catalina.sh stop
8
RUN sleep 30
9
RUN sh /usr/local/tomcat/bin/catalina.sh start
0 commit comments