mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
修复dockerfile
This commit is contained in:
parent
af8e7a8707
commit
7f80ca0495
|
@ -37,7 +37,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||||
&& cp -f .env.example .env \
|
&& cp -f .env.example .env \
|
||||||
&& chmod 777 ${QL_DIR}/shell/*.sh \
|
&& chmod 777 ${QL_DIR}/shell/*.sh \
|
||||||
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
||||||
&& yarn install \
|
&& yarn install --network-timeout 100000 \
|
||||||
&& yarn build \
|
&& yarn build \
|
||||||
&& yarn build-back \
|
&& yarn build-back \
|
||||||
&& yarn cache clean \
|
&& yarn cache clean \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user