FROM alpine RUN apk add --no-cache supervisor bash COPY supervisor /etc/supervisor COPY scripts /scripts CMD ["/usr/bin/supervisord"]