Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
make entrypoint executable
  • Loading branch information
davidjnevin committed Feb 9, 2024
1 parent 70bdd64 commit 49d67ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ WORKDIR /app
USER app_user:app_user

COPY --chown=app_user:app_user . .
RUN chmod +x entrypoint.sh

ENTRYPOINT [ "/app/entrypoint.sh" ]
CMD ["server"]

0 comments on commit 49d67ca

Please sign in to comment.