We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd8233 commit c3d77deCopy full SHA for c3d77de
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 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