Skip to content

Commit 7883020

Browse files
authored
chore(Dockerfile): fix a comment
1 parent 97165f2 commit 7883020

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
@@ -91,7 +91,7 @@ USER appuser:appuser
9191
# Spider-gazelle has a built in helper for health checks
9292
HEALTHCHECK CMD ["/placeos-auth", "-c", "http://127.0.0.1:8080/auth/healthz"]
9393

94-
# Run the app binding on port 3000
94+
# Run the app binding on port 8080
9595
EXPOSE 8080
9696
ENTRYPOINT ["/placeos-auth"]
9797
CMD ["/placeos-auth", "-b", "0.0.0.0", "-p", "8080"]

0 commit comments

Comments
 (0)