Skip to content

Commit

Permalink
chore: rydder opp det som ikke trenger fra baseimaget
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek committed Jan 27, 2025
1 parent a0ff82c commit b2274f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Dette container kjører med en non-root bruker
FROM ghcr.io/navikt/fp-baseimages/distroless:21

LABEL org.opencontainers.image.source=https://github.com/navikt/ft-inntektsmelding

COPY target/classes/logback*.xml conf/
COPY target/lib/*.jar lib/
COPY target/app.jar .

CMD ["app.jar"]

0 comments on commit b2274f9

Please sign in to comment.