mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix bugs
This commit is contained in:
parent
c4595bc665
commit
1378fdb45b
@ -16,7 +16,7 @@ COPY . /www
|
|||||||
COPY .env.example /www/.env.example
|
COPY .env.example /www/.env.example
|
||||||
|
|
||||||
# 生成环境变量文件并安装依赖
|
# 生成环境变量文件并安装依赖
|
||||||
RUN envsubst < /www/.env.template > /www/.env \
|
RUN envsubst < /www/.env.example > /www/.env \
|
||||||
&& composer install --optimize-autoloader --no-cache --no-dev \
|
&& composer install --optimize-autoloader --no-cache --no-dev \
|
||||||
&& php artisan storage:link \
|
&& php artisan storage:link \
|
||||||
&& chown -R www:www /www \
|
&& chown -R www:www /www \
|
||||||
|
Loading…
Reference in New Issue
Block a user