更新dockerfile

This commit is contained in:
whyour 2021-04-11 17:35:20 +08:00
parent 39e17db9b1
commit 5ebb9f4196

View File

@ -73,5 +73,6 @@ COPY --from=build /ql/node_modules /ql/node_modules/
RUN cd ${QL_DIR} \
&& yarn build \
&& yarn build-back \
&& yarn install --production --network-timeout 100000
&& yarn install --production --network-timeout 100000 \
&& yarn cache clean
ENTRYPOINT ["entrypoint"]