From e8e1316a39c10e500033574a782b48435626876b Mon Sep 17 00:00:00 2001 From: xboard Date: Wed, 15 Jan 2025 19:12:50 +0800 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1811127..a4de5c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \ && mkdir -p /data \ && chown redis:redis /data -ENV ENABLE_WEB=false \ - ENABLE_HORIZON=false \ - ENABLE_REDIS=false +ENV ENABLE_WEB=true \ + ENABLE_HORIZON=true \ + ENABLE_REDIS=true CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] \ No newline at end of file