We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97165f2 commit 7883020Copy full SHA for 7883020
1 file changed
Dockerfile
@@ -91,7 +91,7 @@ USER appuser:appuser
91
# Spider-gazelle has a built in helper for health checks
92
HEALTHCHECK CMD ["/placeos-auth", "-c", "http://127.0.0.1:8080/auth/healthz"]
93
94
-# Run the app binding on port 3000
+# Run the app binding on port 8080
95
EXPOSE 8080
96
ENTRYPOINT ["/placeos-auth"]
97
CMD ["/placeos-auth", "-b", "0.0.0.0", "-p", "8080"]
0 commit comments