Skip to content

Commit

Permalink
Fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiansmn committed Sep 1, 2024
1 parent beeb5bd commit 2ac6a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laponie-gouv-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ARG APP_FILE
EXPOSE 8080

COPY target/$APP_FILE app
ENTRYPOINT ["app"]
ENTRYPOINT ["./app"]

0 comments on commit 2ac6a03

Please sign in to comment.