Skip to content

Commit 1adacec

Browse files
committed
rettelse
1 parent 38119cb commit 1adacec

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
@@ -4,7 +4,7 @@ ENV TZ="Europe/Oslo"
44
ENV JAVA_OPTS="-XX:MaxRAMPercentage=75"
55

66
COPY init.sh /init-scripts/init.sh
7-
COPY build/libs/familie-ef-infotrygd-0.0.1-SNAPSHOT.jar app.jar
7+
COPY build/libs/familie-ef-infotrygd-0.0.1-SNAPSHOT.jar /app.jar
88
EXPOSE 8080
99
CMD ["-jar", "/app.jar"]
1010

0 commit comments

Comments
 (0)