更新dockerfile

This commit is contained in:
whyour
2021-04-11 16:31:32 +08:00
parent d13e1d84da
commit 39e17db9b1
+1 -1
View File
@@ -73,5 +73,5 @@ COPY --from=build /ql/node_modules /ql/node_modules/
RUN cd ${QL_DIR} \ RUN cd ${QL_DIR} \
&& yarn build \ && yarn build \
&& yarn build-back \ && yarn build-back \
&& rm -rf node_modules && yarn install --production --network-timeout 100000
ENTRYPOINT ["entrypoint"] ENTRYPOINT ["entrypoint"]