Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Evensberget committed Jun 2, 2021
1 parent 3b095dc commit ea05c97
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
FROM openjdk:14-slim

WORKDIR '/app'

FROM docker.pkg.github.com/navikt/pus-nais-java-app/pus-nais-java-app:java11
COPY /target/veilarbvarsel-1.0-SNAPSHOT-jar-with-dependencies.jar app.jar
EXPOSE 8080

ENTRYPOINT ["java", "-jar", "app.jar"]

0 comments on commit ea05c97

Please sign in to comment.