mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Make sure the development database doesn't step on a Docker image build
This commit is contained in:
@@ -15,6 +15,7 @@ RUN bundle install
|
||||
|
||||
ADD . $APP_HOME
|
||||
|
||||
RUN rake db:drop
|
||||
RUN rake db:migrate RAILS_ENV=test
|
||||
RUN rake db:migrate RAILS_ENV=development
|
||||
RUN rake db:seed
|
||||
|
||||
Reference in New Issue
Block a user