We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a93353 commit db6c4a4Copy full SHA for db6c4a4
1 file changed
Dockerfile
@@ -35,10 +35,8 @@ RUN /usr/local/bin/mvn-entrypoint.sh mvn install -Dmaven.test.skip -Djacoco.skip
35
# Final stage
36
FROM eclipse-temurin:17-jre
37
38
-# Create directories
39
RUN mkdir -p /usr/src/run/
40
41
-# Copy artifacts with explicit NewRelic files
42
COPY --from=builder /usr/src/app/tools/docker/docker-artifacts /usr/src/run/
43
COPY --from=builder /usr/src/app/rest-api/target/rest-api.jar /usr/src/run/
44
0 commit comments