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

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

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

0 comments on commit 9ccf736

Please sign in to comment.