Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Apr 29, 2024
1 parent 4348e3d commit 04eb76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerFile → Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java 21
FROM gitlab-registry.insee.fr:443/kubernetes/images/run/jre:21.0.1_12-jre-jammy-rootless
COPY --chown=$JAVA_USER:$JAVA_USER target/kraftwerk-api-*.jar kraftwerk.jar
COPY --chown=$JAVA_USER:$JAVA_USER Kraftwerk/kraftwerk-api/target/kraftwerk-api-*.jar kraftwerk.jar

EXPOSE 8080

Expand Down

0 comments on commit 04eb76b

Please sign in to comment.