Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Aug 5, 2024
1 parent ddaa62e commit 5e8063c
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 @@ -63,5 +63,6 @@ ENV PRIVATE_KEY=
# Expose the port that the Spring Boot application is listening on
EXPOSE 8080

RUN chmod +x /src/docker-entrypoint.sh
# Set the entry point to run the docker-entrypoint.sh script
ENTRYPOINT ["/src/docker-entrypoint.sh"]

0 comments on commit 5e8063c

Please sign in to comment.