Skip to content

Commit

Permalink
chore: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xboard committed Jan 15, 2025
1 parent d577376 commit e8e1316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit e8e1316

Please sign in to comment.