mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
chore: update Dockerfile
This commit is contained in:
parent
d577376626
commit
e8e1316a39
@ -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"]
|
Loading…
Reference in New Issue
Block a user