8 lines
121 B
Docker
8 lines
121 B
Docker
FROM appropriate/curl:latest
|
|
|
|
COPY LICENSE README.md /
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|