FROM alpine MAINTAINER ViViDboarder RUN apk -Uuv add bash curl ca-certificates COPY push.sh /bin/ RUN chmod +x /bin/push.sh ENTRYPOINT /bin/push.sh