We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09d2b1 commit 32144a9Copy full SHA for 32144a9
Dockerfile
@@ -4,4 +4,4 @@ From tomcat:latest
4
# Maintainer
5
MAINTAINER "valaxytech@gmail.com"
6
COPY ./webapp/target/*.war /usr/local/tomcat/webapps/
7
-CMD /usr/local/tomcat/bin/./startup.sh
+CMD ["catalina.sh","run"]
0 commit comments