Skip to content

Commit aad9404

Browse files
committed
Rettet referanse til navn på jar-fil
1 parent f7b7127 commit aad9404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ ENV LC_ALL='nb_NO.UTF-8'
77
ENV TZ='Europe/Oslo'
88
ENV APP_NAME=familie-ef-proxy
99
ENV JDK_JAVA_OPTIONS="-Xms270M -XX:MaxRAMPercentage=75"
10-
COPY ./build/libs/app.jar /app/app.jar
10+
COPY ./build/libs/familie-ef-infotrygd-0.0.1-SNAPSHOT.jar /app/app.jar
1111
ENTRYPOINT ["java", "-jar", "/app/app.jar"]

0 commit comments

Comments
 (0)