Skip to content

Commit 32144a9

Browse files
authored
Update Dockerfile
1 parent c09d2b1 commit 32144a9

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
@@ -4,4 +4,4 @@ From tomcat:latest
44
# Maintainer
55
MAINTAINER "valaxytech@gmail.com"
66
COPY ./webapp/target/*.war /usr/local/tomcat/webapps/
7-
CMD /usr/local/tomcat/bin/./startup.sh
7+
CMD ["catalina.sh","run"]

0 commit comments

Comments
 (0)