Skip to content

Commit

Permalink
Override permission on script files
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-vinot-sonarsource committed May 15, 2024
1 parent 00a7a73 commit f700fb6
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 @@ -19,9 +19,9 @@ ENV LC_ALL="C.UTF-8"

WORKDIR /opt

USER 0

# Prepare entrypoint
COPY --chmod=0755 test/assertFileContains.sh /test/assertFileContains.sh
COPY --chmod=0755 test/assertFileExists.sh /test/assertFileExists.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY cleanup.sh /cleanup.sh
Expand Down

0 comments on commit f700fb6

Please sign in to comment.