diff --git a/all-in-one/Dockerfile b/all-in-one/Dockerfile index 6d9be11..a25670c 100644 --- a/all-in-one/Dockerfile +++ b/all-in-one/Dockerfile @@ -50,4 +50,6 @@ RUN chown -R www-data:www-data /var/www/html EXPOSE 80 +WORKDIR /var/www/html + ENTRYPOINT ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisor/supervisord.conf"]