From 39bcb76d539a13d278957035f1b9069a8802761a Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 10 Sep 2022 17:33:17 -0700 Subject: [PATCH] db migrate --- production.Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/production.Dockerfile b/production.Dockerfile index ca612f4..e3da282 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -33,12 +33,9 @@ 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 +# RUN printenv +RUN bin/rails db:migrate EXPOSE 3000 -# ENTRYPOINT db:migrate - CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]