Skip to content

Commit

Permalink
fix: more permission fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahamed-Belkheir authored Jan 6, 2024
1 parent 7680529 commit 78f7034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM curlimages/curl:8.5.0

COPY self-heal.sh /self-heal.sh

ENTRYPOINT ["sh", "/self-heal.sh"]
ENTRYPOINT ["bash", "-c", "/self-heal.sh"]

0 comments on commit 78f7034

Please sign in to comment.