mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-15 12:58:14 -05:00
fix(plugin): correct knows bugs
This commit is contained in:
parent
8030690fe3
commit
46a8c12a7d
@ -21,7 +21,7 @@ RUN git clone --depth 2 ${REPO_URL} .
|
|||||||
|
|
||||||
COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
RUN composer install --optimize-autoloader --no-cache --no-dev \
|
RUN composer install --no-cache --no-dev \
|
||||||
&& php artisan storage:link \
|
&& php artisan storage:link \
|
||||||
&& chown -R www:www /www \
|
&& chown -R www:www /www \
|
||||||
&& chmod -R 775 /www \
|
&& chmod -R 775 /www \
|
||||||
|
Loading…
Reference in New Issue
Block a user