We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3118e7 commit bef9bf4Copy full SHA for bef9bf4
Dockerfile
@@ -1,3 +1,6 @@
1
-FROM ghcr.io/navikt/baseimages/temurin:17
+FROM gcr.io/distroless/java17-debian12:latest
2
+ENV TZ="Europe/Oslo"
3
-COPY build/libs/*.jar ./
4
+COPY build/libs/app.jar /app/app.jar
5
+WORKDIR /app
6
+CMD ["app.jar"]
0 commit comments