We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 482aa19 + 60e1248 commit 97912e5Copy full SHA for 97912e5
1 file changed
Dockerfile
@@ -36,7 +36,7 @@ RUN /usr/local/bin/mvn-entrypoint.sh mvn install -Dmaven.test.skip -Djacoco.skip
36
FROM eclipse-temurin:17-jre
37
38
RUN mkdir -p /usr/src/run/
39
-COPY --from=builder /usr/src/app/tools/docker/docker-artifacts/* /usr/src/run/
+COPY --from=builder /usr/src/app/tools/docker/docker-artifacts /usr/src/run/
40
COPY --from=builder /usr/src/app/rest-api/target/rest-api.jar /usr/src/run/
41
42
WORKDIR /usr/src/run/
0 commit comments