更新于 07-14 23:11

This commit is contained in:
root
2021-07-14 23:11:06 -04:00
parent 6e3c55fb78
commit 7951b3da0d

View File

@ -28,7 +28,8 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
&& chmod -R 777 ${JD_DIR}/ \ && chmod -R 777 ${JD_DIR}/ \
&& cd ${JD_DIR}/ \ && cd ${JD_DIR}/ \
&& npm install -g pnpm \ && npm install -g pnpm \
&& pnpm install -g pm2 --registry=https://registry.npm.taobao.org \ && pnpm config set registry http://registry.npm.taobao.org \
&& pnpm install -g pm2 \
&& pnpm install -g ts-node typescript tslib \ && pnpm install -g ts-node typescript tslib \
&& ln -sf $JD_DIR/jd.sh /usr/local/bin/jd \ && ln -sf $JD_DIR/jd.sh /usr/local/bin/jd \
&& jd update \ && jd update \