修复dockerfile

This commit is contained in:
hanhh 2021-07-01 00:12:32 +08:00
parent af8e7a8707
commit 7f80ca0495

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 \