Skip to content

Commit

Permalink
fix(build): make entry point executable
Browse files Browse the repository at this point in the history
  • Loading branch information
JowiAoun committed Oct 6, 2024
1 parent 2d6a7ad commit 9ac7406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ WORKDIR /app

COPY . .

RUN chmod +x bin/dirclean.sh

CMD ["shellcheck", "**/*.sh"]

0 comments on commit 9ac7406

Please sign in to comment.