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 28031f4 commit 0725e98Copy full SHA for 0725e98
Dockerfile
@@ -1,5 +1,6 @@
1
-FROM ghcr.io/navikt/baseimages/temurin:21
2
-
+FROM gcr.io/distroless/java21-debian12
3
ENV JAVA_OPTS='-XX:MaxRAMPercentage=75'
4
5
COPY build/libs/*.jar ./
+ENV TZ="Europe/Oslo"
+EXPOSE 8080
6
+CMD ["app.jar"]
0 commit comments