21dbc832c5
Apparently, GitHub Actions disallows the use of `chmod` in this case.
5 lines
94 B
Docker
5 lines
94 B
Docker
FROM curlimages/curl:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|