Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Dec 7, 2023
1 parent e62a6ae commit fcf6612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/navikt/baseimages/temurin:19

ENV JDK_JAVA_OPTIONS="-XX:MaxRAMPercentage=75.0 -XX:+UseParallelGC -XX:ActiveProcessorCount=2"

LABEL org.opencontainers.image.source=https://github.com/navikt/oppfolgingsplan-backend
COPY build/libs/*.jar app.jar

0 comments on commit fcf6612

Please sign in to comment.