Fix environment variable declaration in Dockerfile. #806

This commit is contained in:
Xboard
2026-03-16 20:28:18 +08:00
committed by GitHub
parent c24e09f0c7
commit 65363ea918

View File

@@ -41,7 +41,7 @@ RUN composer install --no-cache --no-dev \
ENV ENABLE_WEB=true \ ENV ENABLE_WEB=true \
ENABLE_HORIZON=true \ ENABLE_HORIZON=true \
ENABLE_REDIS=false \ ENABLE_REDIS=false \
ENV_ENABLE_WS_SERVER=false ENABLE_WS_SERVER=false
EXPOSE 7001 EXPOSE 7001
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]