Skip to content

Commit

Permalink
Fix missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
seicke committed Nov 22, 2024
1 parent 1af4c14 commit 8b8c2bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM eclipse-temurin:17 as builder
ARG HTTP_PROXY
ARG HTTPS_PROXYCOPY maven/${project.build.finalName}.jar ./
ARG HTTPS_PROXY
COPY maven/${project.build.finalName}.jar ./
RUN java -Djarmode=layertools -jar ${project.build.finalName}.jar extract

FROM eclipse-temurin:17
Expand Down

0 comments on commit 8b8c2bc

Please sign in to comment.