Skip to content

Commit

Permalink
fix: removed port 8000 from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmariano committed Aug 6, 2024
1 parent 4f1fcf4 commit 92c38e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ ENV HEALTHCHECK_ENDPOINT=http://localhost:${PORT}/api/v1/readiness
HEALTHCHECK --interval=1m --timeout=10s --retries=10 \
CMD curl -f $HEALTHCHECK_ENDPOINT || exit 1

EXPOSE 8000 9000
EXPOSE 9000

ENTRYPOINT ["/app/omnicron"]

0 comments on commit 92c38e0

Please sign in to comment.