We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0045498 commit 6c329faCopy full SHA for 6c329fa
Dockerfile
@@ -2,6 +2,6 @@
2
FROM tomcat:8.0-alpine
3
# Debugging tools: A few ways to handle debugging tools.
4
# Trade off is a slightly more complex volume mount vs keeping the image size down.
5
-COPY target/demo.war /usr/local/tomcat/webapps/demo.war
+ADD target/demo.war /usr/local/tomcat/webapps/demo.war
6
EXPOSE 8080
7
CMD ["catalina.sh", "run"]
0 commit comments