Skip to content

Commit

Permalink
fix: fix exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 1, 2023
1 parent 9d9b389 commit 0eef3fc
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 @@ -29,6 +29,6 @@ ENV HTTP_STATIC_DIR '/opt/stargazers-bot/public'
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost:8080/ || exit 1

EXPOSE 80
EXPOSE 8080

ENTRYPOINT /opt/stargazers-bot/stargazers-server

0 comments on commit 0eef3fc

Please sign in to comment.