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

8 lines
111 B
Docker
Raw Normal View History

2020-11-04 07:41:02 -07:00
FROM alpine:3.12
2020-03-29 08:44:47 -06:00
2020-03-29 09:07:19 -06:00
RUN apk add --no-cache git
2020-03-29 08:44:47 -06:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]