Skip to content

Commit

Permalink
My bad
Browse files Browse the repository at this point in the history
  • Loading branch information
amacedoo committed Sep 26, 2024
1 parent c3bc063 commit 84cd784
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 @@ -2,7 +2,7 @@
FROM checkmarx/dev-tests:latest

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

USER 65532

0 comments on commit 84cd784

Please sign in to comment.