Skip to content

Commit

Permalink
fix: switch back to sh instead of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahamed-Belkheir authored Jan 7, 2024
1 parent 78f7034 commit 86c43d3
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 ["bash", "-c", "/self-heal.sh"]
ENTRYPOINT ["/bin/sh", "/self-heal.sh"]

0 comments on commit 86c43d3

Please sign in to comment.