Skip to content

Commit 6c329fa

Browse files
authored
Update Dockerfile
1 parent 0045498 commit 6c329fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
FROM tomcat:8.0-alpine
33
# Debugging tools: A few ways to handle debugging tools.
44
# 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
5+
ADD target/demo.war /usr/local/tomcat/webapps/demo.war
66
EXPOSE 8080
77
CMD ["catalina.sh", "run"]

0 commit comments

Comments
 (0)