Remove chmod from Dockerfile
Apparently, GitHub Actions disallows the use of `chmod` in this case.
This commit is contained in:
@@ -2,6 +2,4 @@ FROM curlimages/curl:latest
|
|||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user