Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amacedoo committed Sep 26, 2024
1 parent 4d2d60c commit f7938f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER root
RUN touch /app/output.log && chown 65532:65532 /app/output.log

# Copy the entrypoint script and properties used for the action
COPY --chmod=555 entrypoint.sh /app/entrypoint.sh
COPY --chmod=555 cleanup.sh /app/cleanup.sh
COPY --chown=65532:65532 entrypoint.sh /app/entrypoint.sh
COPY --chown=65532:65532 cleanup.sh /app/cleanup.sh

USER 65532

0 comments on commit f7938f0

Please sign in to comment.