Files
hello-world-docker-action/Dockerfile
T

6 lines
83 B
Docker
Raw Normal View History

2019-08-03 21:11:09 -07:00
FROM alpine:3.10
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]