We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9433030 commit cc8b7c9Copy full SHA for cc8b7c9
1 file changed
docker/simple/Dockerfile
@@ -49,8 +49,8 @@ EXPOSE 5701
49
50
# this is to run from the war file directly, preferred approach unzips war file in advance
51
# ENTRYPOINT ["java", "-jar", "moqui.war"]
52
-ENTRYPOINT ["java", "-cp", ".", "MoquiStart", "port=80"]
+ENTRYPOINT ["java", "-cp", ".", "MoquiStart"]
53
54
HEALTHCHECK --interval=30s --timeout=600ms --start-period=120s CMD curl -f -H "X-Forwarded-Proto: https" -H "X-Forwarded-Ssl: on" http://localhost/status || exit 1
55
# specify this as a default parameter if none are specified with docker exec/run, ie run production by default
56
-CMD ["conf=conf/MoquiProductionConf.xml"]
+CMD ["conf=conf/MoquiProductionConf.xml", "port=80"]
0 commit comments