Skip to content

Commit

Permalink
Copy correct jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Sep 15, 2023
1 parent f500743 commit 06c0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/distroless/java17-debian11@sha256:052076466984fd56979c15a9c3b7433262b0ad9aae55bc0c53d1da8ffdd829c3
WORKDIR /app
COPY build/libs/*-all.jar app.jar
COPY build/libs/app-*.jar app.jar
ENV JAVA_OPTS="-Dlogback.configurationFile=logback.xml"
ENV TZ="Europe/Oslo"
EXPOSE 8080
Expand Down

0 comments on commit 06c0766

Please sign in to comment.