fix: pip cache dir

This commit is contained in:
DDSDerek 2023-07-29 03:57:29 +08:00 committed by GitHub
parent 4fe4d928ed
commit 40703a0bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ RUN apt-get update \
&& apt-get clean -y \ && apt-get clean -y \
&& rm -rf \ && rm -rf \
/tmp/* \ /tmp/* \
/root/.cache \ /moviepilot/.cache \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/tmp/* /var/tmp/*
EXPOSE 3000 EXPOSE 3000