db migrate
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user