We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6c4a4 commit 31e96ecCopy full SHA for 31e96ec
1 file changed
Dockerfile
@@ -36,7 +36,6 @@ 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
-
40
COPY --from=builder /usr/src/app/tools/docker/docker-artifacts /usr/src/run/
41
COPY --from=builder /usr/src/app/rest-api/target/rest-api.jar /usr/src/run/
42
0 commit comments