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