mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复dockerfile
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ RUN git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
|
||||
&& cp -f .env.example .env \
|
||||
&& chmod 777 ${QL_DIR}/shell/*.sh \
|
||||
&& chmod 777 ${QL_DIR}/docker/*.sh \
|
||||
&& pnpm uninstall sqlite3 2>&1 > /dev/null || echo "卸载sqlite3失败"
|
||||
&& pnpm uninstall sqlite3 2>&1 > /dev/null || echo "卸载sqlite3失败" \
|
||||
&& rm -rf node_modules \
|
||||
&& pnpm install --prod \
|
||||
&& cp -rf /usr/local/pnpm-global/5/node_modules/sqlite3 ./node_modules/ \
|
||||
|
||||
Reference in New Issue
Block a user