Merge pull request #43 from linuxserver/develop-clean-tmp

This commit is contained in:
Adam 2025-01-09 22:43:26 +00:00 committed by GitHub
commit 8a6e082ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,8 @@ RUN \
rm -rf \
/tmp/* \
$HOME/.cache \
/app/overseerr/.next/cache/*
/app/overseerr/.next/cache/* \
/run/overseerr-temp
# copy local files
COPY root/ /

View File

@ -53,7 +53,8 @@ RUN \
rm -rf \
/tmp/* \
$HOME/.cache \
/app/overseerr/.next/cache/*
/app/overseerr/.next/cache/* \
/run/overseerr-temp
# copy local files
COPY root/ /