Skip to content

Commit 97912e5

Browse files
Merge branch 'develop' into QPPA-10635
2 parents 482aa19 + 60e1248 commit 97912e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN /usr/local/bin/mvn-entrypoint.sh mvn install -Dmaven.test.skip -Djacoco.skip
3636
FROM eclipse-temurin:17-jre
3737

3838
RUN mkdir -p /usr/src/run/
39-
COPY --from=builder /usr/src/app/tools/docker/docker-artifacts/* /usr/src/run/
39+
COPY --from=builder /usr/src/app/tools/docker/docker-artifacts /usr/src/run/
4040
COPY --from=builder /usr/src/app/rest-api/target/rest-api.jar /usr/src/run/
4141

4242
WORKDIR /usr/src/run/

0 commit comments

Comments
 (0)