修复dockerfile

This commit is contained in:
whyour 2022-01-28 19:33:01 +08:00
parent fbb8e1bd31
commit ae22cf064e

View File

@ -19,7 +19,7 @@ RUN git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \
&& chmod 777 ${QL_DIR}/shell/*.sh \
&& chmod 777 ${QL_DIR}/docker/*.sh \
&& mkdir -p node_modules \
&& cp -rf /usr/local/pnpm-global/5/node_modules/sqlite3 node_modules/
&& cp -rf /usr/local/pnpm-global/5/node_modules/sqlite3 node_modules/ \
&& pnpm install --prod \
&& rm -rf /root/.pnpm-store \
&& git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \