Skip to content

Commit c42c376

Browse files
Update Dockerfile
1 parent 8ad3c51 commit c42c376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ COPY webapp.war /opt/jetty/webapps/ROOT.war
2323
COPY webapp.war /opt/jetty/demo-base/
2424
# Executing Jetty
2525
CMD ["/opt/jetty/bin/jetty.sh", "run"]
26-
26+
CMD ["/opt/jetty/bin/jetty.sh", "start"]
2727
# Exposing Port
2828
EXPOSE 8080

0 commit comments

Comments
 (0)