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