Skip to content

Commit

Permalink
Bytt til baseimage for fiksing av db trøbbel?
Browse files Browse the repository at this point in the history
Co-authored-by: Giao The Cung <giaothe@gmail.com>
  • Loading branch information
MariusEriksen and gtcno committed May 22, 2024
1 parent 6b36d39 commit 91fcbcc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
FROM cgr.dev/chainguard/jre-lts:latest
FROM ghcr.io/navikt/baseimages/temurin:21

ENV LANG='nb_NO.UTF-8' LANGUAGE='nb_NO:nb' LC_ALL='nb:NO.UTF-8' TZ="Europe/Oslo"

COPY build/libs/*-all.jar /app.jar

ENTRYPOINT ["java", "-jar", "/app.jar"]
COPY build/libs/*-all.jar app.jar

0 comments on commit 91fcbcc

Please sign in to comment.