支持任务读取全局模块

This commit is contained in:
hanhh
2021-07-13 17:43:41 +08:00
parent 49045c39c7
commit 9ab702e344
4 changed files with 9 additions and 21 deletions
+1 -2
View File
@@ -39,8 +39,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
&& chmod 777 ${QL_DIR}/docker/*.sh \
&& npm install -g pnpm \
&& pnpm install -g pm2 \
&& pnpm install -g ts-node \
&& pnpm i -g typescript \
&& pnpm install -g ts-node typescript tslib \
&& rm -rf /root/.npm \
&& pnpm install --prod \
&& rm -rf /root/.pnpm-store \