Remove chmod from Dockerfile
Apparently, GitHub Actions disallows the use of `chmod` in this case.
This commit is contained in:
parent
234f9d8989
commit
21dbc832c5
1 changed files with 0 additions and 2 deletions
|
@ -2,6 +2,4 @@ FROM curlimages/curl:latest
|
|||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue