5 lines
94 B
Docker
5 lines
94 B
Docker
FROM curlimages/curl:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|