From 4e8eac37a0a15c8db9591120e959d0711215a5ad Mon Sep 17 00:00:00 2001 From: timothy-spencer Date: Mon, 11 May 2020 09:17:14 -0700 Subject: [PATCH] fix bundler config to work --- production.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/production.Dockerfile b/production.Dockerfile index 62dbea3656f..a6ac762088a 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -22,6 +22,8 @@ COPY --chown=appuser:appuser --from=build /upaya . # Copy in whole source (minus items matched in .dockerignore) COPY --chown=appuser:appuser . . +COPY --chown=appuser:appuser --from=build /usr/local/bundle/config /usr/local/bundle + # Up to this point we've been root, change to a lower priv. user USER appuser