更新dockerfile

This commit is contained in:
whyour 2022-01-08 01:10:10 +08:00
parent e75a683173
commit 3625b7c0de

View File

@ -43,7 +43,7 @@ RUN set -x \
&& pnpm install -g pm2 \
&& pnpm install -g ts-node typescript tslib \
&& rm -rf /root/.npm \
&& yarn install --prod \
&& pnpm install --prod \
&& rm -rf /root/.pnpm-store \
&& git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \
&& cp -rf /static/* ${QL_DIR} \