github-action-push-to-anoth.../Dockerfile
2021-08-21 08:28:35 -04:00

8 lines
113 B
Docker

FROM alpine:latest
RUN apk add --no-cache git
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]