Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 8bb184b

Browse files
authored
Merge pull request #762 from alphagov/cache-dir-volume-hint
Add a volume for /app/tmp/cache in Dockerfile
2 parents d70f152 + 9a66dae commit 8bb184b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ FROM base AS app
4141
# write to under /app/tmp/ must be added individually
4242
VOLUME "/tmp/"
4343
VOLUME "/app/tmp/sockets/"
44+
VOLUME "/app/tmp/cache"
4445

4546
ENV RAILS_ENV="${RAILS_ENV:-production}" \
4647
PATH="${PATH}:/home/ruby/.local/bin" \

0 commit comments

Comments
 (0)