From f829fd55f1cb0b6cd9de518ca601da627e68aa76 Mon Sep 17 00:00:00 2001 From: AH-dark Date: Tue, 10 Sep 2024 19:35:54 +0800 Subject: [PATCH] feat: added workdir --- all-in-one/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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"]