Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Apr 8, 2024
1 parent eba0a5e commit 2345757
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ FROM ghcr.io/pagopa/docker-base-springboot-openjdk17:v1.1.3@sha256:a4e970ef05ecf
WORKDIR /app
COPY --chown=spring:spring --from=builder /app/dependencies/ ./
COPY --chown=spring:spring --from=builder /app/snapshot-dependencies/ ./
COPY --chown=spring:spring ./applicationinsights-agent.jar /app/applicationinsights-agent.jar
COPY --chown=spring:spring ./applicationinsights.json /app/applicationinsights.json
COPY --chown=spring:spring ../applicationinsights-agent.jar /app/applicationinsights-agent.jar
COPY --chown=spring:spring ../applicationinsights.json /app/applicationinsights.json
COPY --chown=spring:spring ../run.sh /app/run.sh
# https://github.com/moby/moby/issues/37965#issuecomment-426853382
RUN true
COPY --chown=spring:spring --from=builder /app/spring-boot-loader/ ./
Expand Down

0 comments on commit 2345757

Please sign in to comment.