From 36bbdacc9f8b157dc4d2d57db2bc2564fb463b71 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 10 Sep 2022 17:58:45 -0700 Subject: [PATCH] remove debug --- production.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/production.Dockerfile b/production.Dockerfile index 947b156..6028574 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -36,7 +36,6 @@ RUN bin/rails assets:clobber && bundle exec rails assets:precompile # https://community.render.com/t/release-command-for-db-migrations/247/6 ARG RENDER ARG DATABASE_URL -RUN printenv RUN if [ -z "$RENDER" ]; then echo "var is unset"; else bin/rails db:migrate; fi EXPOSE 3000