Skip to content

Commit 0725e98

Browse files
distroless
1 parent 28031f4 commit 0725e98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM ghcr.io/navikt/baseimages/temurin:21
2-
1+
FROM gcr.io/distroless/java21-debian12
32
ENV JAVA_OPTS='-XX:MaxRAMPercentage=75'
4-
53
COPY build/libs/*.jar ./
4+
ENV TZ="Europe/Oslo"
5+
EXPOSE 8080
6+
CMD ["app.jar"]

0 commit comments

Comments
 (0)