Skip to content

Commit

Permalink
Merge pull request #43 from linuxserver/develop-clean-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 9, 2025
2 parents e4b39f1 + 92e9c3b commit 8a6e082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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/ /
Expand Down

0 comments on commit 8a6e082

Please sign in to comment.