2019-08-29 20:01:38 +08:00

6 lines
95 B
Docker

FROM appropriate/curl:latest
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]