更新dockerfile

This commit is contained in:
whyour 2021-04-11 16:17:30 +08:00
parent 2217f200dc
commit d13e1d84da

View File

@ -72,5 +72,6 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
COPY --from=build /ql/node_modules /ql/node_modules/
RUN cd ${QL_DIR} \
&& yarn build \
&& yarn build-back
&& yarn build-back \
&& rm -rf node_modules
ENTRYPOINT ["entrypoint"]