FROM docker:latest RUN apk add bash COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]