Skip to content

Commit

Permalink
Fixed chown
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 12, 2024
1 parent 4b50770 commit f8526f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.multistage
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN chown 1001 /work \
&& chown 1001:root /work

COPY --from=build --chown=1001 /code/target/*-runner /work/application
COPY --from=build --chown=101 /code/target/generated-resources/licenses /licenses
COPY --from=build --chown=1001 /code/target/generated-resources/licenses /licenses
EXPOSE 8080
USER 1001

Expand Down

0 comments on commit f8526f3

Please sign in to comment.