zcong1993 9cca1b5dbd init
2019-08-26 15:24:49 +08:00

8 lines
121 B
Docker

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