mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
chore: 优化docker 容器启动速度
This commit is contained in:
parent
5659bd96f2
commit
f72df9df27
@ -14,4 +14,4 @@ RUN composer install --optimize-autoloader --no-cache --no-dev \
|
||||
&& chown -R www:www /www \
|
||||
&& chmod -R 775 /www
|
||||
|
||||
CMD ["sh", "-c", "chown -R www:www /www && chmod -R 775 /www && /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf"]
|
||||
CMD chown -R www:www /www ; chmod -R 775 /www ; /usr/bin/supervisord --nodaemon -c /etc/supervisor/supervisord.conf
|
Loading…
Reference in New Issue
Block a user