FROM alpine:3.11.3 RUN apk update && \ apk add nginx gettext supervisor COPY files/wba /wba RUN chown -R nginx /wba/nginx/tmp /wba/nginx/run ENTRYPOINT /bin/sh -c "cd /wba/supervisord/run && /usr/bin/supervisord -c /wba/supervisord/supervisord.conf"