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 9ccf736 commit 23ed088
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions laponie-gouv-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ FROM alpine:3.19.1
ARG APP_FILE
EXPOSE 8080

WORKDIR /app

COPY target .
CMD ["ls", "-la", "/app"]
COPY target/$APP_FILE app
ENTRYPOINT ["app"]

0 comments on commit 23ed088

Please sign in to comment.