mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-01 23:18:13 -05:00
update dockerfile
This commit is contained in:
parent
ff259aee44
commit
444c3c93ed
@ -22,4 +22,6 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \
|
|||||||
ENV ENABLE_WEB=true \
|
ENV ENABLE_WEB=true \
|
||||||
ENABLE_HORIZON=true \
|
ENABLE_HORIZON=true \
|
||||||
ENABLE_REDIS=false
|
ENABLE_REDIS=false
|
||||||
|
|
||||||
|
EXPOSE 7001
|
||||||
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