From 1ac06cd0dddcfb155915230d6aa283f5ba7b6b1c Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 10 Sep 2022 17:30:26 -0700 Subject: [PATCH] debug env vars --- production.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/production.Dockerfile b/production.Dockerfile index 91c7169..ca612f4 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -32,6 +32,7 @@ COPY . . ARG SECRET_KEY_BASE=fakekeyforassets RUN bin/rails assets:clobber && bundle exec rails assets:precompile +ARG DATABASE_URL RUN printenv # RUN bin/rails db:migrate