remove debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user