删除pnpm缓存

This commit is contained in:
whyour
2022-05-17 12:06:29 +08:00
parent 4e7a5c637d
commit 4c8e097448
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -49,6 +49,7 @@ RUN set -x \
&& chmod 777 ${QL_DIR}/docker/*.sh \
&& pnpm install --prod \
&& rm -rf /root/.pnpm-store \
&& rm -rf /root/.local/share/pnpm \
&& rm -rf /root/.cache \
&& rm -rf /root/.npm \
&& git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \