FROM alpine RUN apk add --no-cache git RUN mkdir /git COPY sync.sh /sync.sh RUN chmod +x sync.sh CMD ["/sync.sh"]