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 4d3cae5 commit fb54255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions laponie-gouv-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19.1
FROM container-registry.oracle.com/os/oraclelinux:8-slim

ARG APP_FILE
EXPOSE 8080

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

0 comments on commit fb54255

Please sign in to comment.