Skip to content

Commit

Permalink
Fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiansmn committed Sep 3, 2024
1 parent 23ed088 commit 4d3cae5
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 @@ -3,5 +3,5 @@ FROM alpine:3.19.1
ARG APP_FILE
EXPOSE 8080

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

0 comments on commit 4d3cae5

Please sign in to comment.