Skip to content

Commit

Permalink
wrong project name in dDockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed May 22, 2024
1 parent 5ca65f1 commit 9262a53
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
Expand Up @@ -5,5 +5,5 @@ RUN gradle --no-daemon build

FROM gcr.io/distroless/java21
ENV JAVA_TOOL_OPTIONS -XX:+ExitOnOutOfMemoryError
COPY --from=builder /home/gradle/build/libs/fint-kontroll-user-factory-*.jar /data/app.jar
COPY --from=builder /home/gradle/build/libs/fint-kontroll-user-catalog-*.jar /data/app.jar
CMD ["/data/app.jar"]

0 comments on commit 9262a53

Please sign in to comment.