Skip to content

Commit

Permalink
fix: server entrypoint was not executable anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomBreugelmans committed Dec 6, 2024
1 parent f740f3d commit 151417b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ USER nobody
# above and adding an entrypoint. See https://github.com/krallin/tini for details
# ENTRYPOINT ["/tini", "--"]

RUN chmod +x /app/bin/server
EXPOSE 8080:8080
CMD ["/app/bin/server"]

0 comments on commit 151417b

Please sign in to comment.