We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d296d0 + 9f6a53a commit 534a304Copy full SHA for 534a304
Dockerfile
@@ -53,7 +53,8 @@ RUN \
53
rm -rf \
54
/tmp/* \
55
$HOME/.cache \
56
- /app/overseerr/.next/cache/*
+ /app/overseerr/.next/cache/* \
57
+ /run/overseerr-temp
58
59
# copy local files
60
COPY root/ /
Dockerfile.aarch64
0 commit comments