Files
hello-world-docker-action/Dockerfile
Rachael Sewell bd2f61ac51 Initial commit
2019-08-03 21:11:09 -07:00

6 lines
83 B
Docker

FROM alpine:3.10
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]