修改依赖

This commit is contained in:
whyour
2022-05-03 14:59:48 +08:00
parent 95448418c0
commit f76b7d3b35
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ RUN set -x \
&& touch ~/.bashrc \
&& git config --global user.email "qinglong@@users.noreply.github.com" \
&& git config --global user.name "qinglong" \
&& npm install -g pnpm@6 \
&& npm install -g pnpm \
&& pnpm install -g pm2 \
&& pnpm install -g ts-node typescript tslib \
&& git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \