mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -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 \
|
&& mkdir -p /data \
|
||||||
&& chown redis:redis /data
|
&& chown redis:redis /data
|
||||||
|
|
||||||
ENV ENABLE_WEB=false \
|
ENV ENABLE_WEB=true \
|
||||||
ENABLE_HORIZON=false \
|
ENABLE_HORIZON=true \
|
||||||
ENABLE_REDIS=false
|
ENABLE_REDIS=true
|
||||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
Loading…
Reference in New Issue
Block a user