diff --git a/Dockerfile b/Dockerfile index fc5278e4..a61cc74f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,6 +41,7 @@ FROM base AS app # write to under /app/tmp/ must be added individually VOLUME "/tmp/" VOLUME "/app/tmp/sockets/" +VOLUME "/app/tmp/cache" ENV RAILS_ENV="${RAILS_ENV:-production}" \ PATH="${PATH}:/home/ruby/.local/bin" \