From b69eb9bdff07823864fd9d40a165427c67333f0f Mon Sep 17 00:00:00 2001 From: Gareth Date: Wed, 20 Aug 2025 08:48:21 -0400 Subject: [PATCH] Specified BUNDLE_PATH AND BUNDLE_APP_CONFIG in Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5db0d1fb33..f4162a434b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM ruby:3.1.4-alpine3.19 AS base ENV LANG=C.UTF-8 \ LC_ALL=C.UTF-8 \ TZ=Europe/London \ - RAILS_ROOT=/usr/src/app + RAILS_ROOT=/usr/src/app \ + BUNDLE_PATH=/bundles \ + BUNDLE_APP_CONFIG=/bundles RUN apk --no-cache upgrade && \ apk add --no-cache tzdata postgresql-client imagemagick imagemagick-jpeg && \ apk add --no-cache --virtual wkhtmltopdf