Files

8 lines
102 B
Docker

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