mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复git_pull部分命令导致无法添加cron
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ RUN cd ${QL_DIR} \
|
||||
&& yarn build-back \
|
||||
&& git clone -b ${QL_SCRIPTS_BRANCH} ${QL_SCRIPTS_URL} ${QL_DIR}/scripts \
|
||||
&& cd ${QL_DIR}/scripts \
|
||||
&& npm install \
|
||||
&& npm install --no-save \
|
||||
&& npm install -g pm2 \
|
||||
&& rm -rf /root/.npm
|
||||
ENTRYPOINT ["entrypoint"]
|
||||
Reference in New Issue
Block a user