FROM alpine:3.15 RUN apk -U add asterisk COPY root/ / VOLUME /recordings ENTRYPOINT ["/bin/sh", "/app/start.sh"]