mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
Fix environment variable declaration in Dockerfile. #806
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user