zcong1993-actions-ding/Dockerfile

8 lines
121 B
Docker
Raw Normal View History

2019-08-26 15:24:49 +08:00
FROM appropriate/curl:latest
2019-08-26 14:36:42 +08:00
COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]