修复dockerfile

This commit is contained in:
hanhh 2021-07-01 00:12:32 +08:00
parent 1aaa0f0fa6
commit a35c0cb64e

View File

@ -37,7 +37,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
&& cp -f .env.example .env \
&& chmod 777 ${QL_DIR}/shell/*.sh \
&& chmod 777 ${QL_DIR}/docker/*.sh \
&& yarn install \
&& yarn install --network-timeout 100000 \
&& yarn build \
&& yarn build-back \
&& yarn cache clean \