修复切换订阅interval

This commit is contained in:
whyour
2022-05-26 14:41:22 +08:00
parent cc24e51cd7
commit 8d46115823
5 changed files with 13 additions and 7 deletions
+1 -2
View File
@@ -35,12 +35,11 @@ RUN set -x \
&& rm -rf /var/cache/apk/* \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \
&& touch ~/.bashrc \
&& git config --global user.email "qinglong@@users.noreply.github.com" \
&& git config --global user.name "qinglong" \
&& npm install -g pnpm \
&& pnpm setup \
&& source /root/.bashrc \
&& source ~/.bashrc \
&& pnpm add -g pm2 ts-node typescript tslib \
&& git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
&& cd ${QL_DIR} \