github-action-push-to-anoth.../Dockerfile

6 lines
83 B
Docker
Raw Normal View History

2020-03-29 08:44:47 -06:00
FROM alpine:3.10
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]