From 4b366180fc477d74aa114e9ebb63580554394947 Mon Sep 17 00:00:00 2001 From: David Reed Date: Mon, 21 Aug 2023 15:05:56 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6ae1a5f4ed..96f68ad651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ COPY . /app # Avoid building prod assets in development RUN if [ "${BUILD_ENV}" = "production" ] || [ -n "${PROD_ASSETS}" ] ; then yarn prod ; else mkdir -p dist/prod ; fi +# This is not a real key! It is present because we need a key +# that matches the structure of the real value to launch the application. RUN \ DB_ENCRYPTION_KEY="Ul-OySkEawSxUc7Ck13Twu2109IzIFh54C1WXO9KAFE=" \ GITHUB_TOKEN="sample token" \