mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-21 22:24:29 +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
|
ADD . $APP_HOME
|
||||||
|
|
||||||
|
RUN rake db:drop
|
||||||
RUN rake db:migrate RAILS_ENV=test
|
RUN rake db:migrate RAILS_ENV=test
|
||||||
RUN rake db:migrate RAILS_ENV=development
|
RUN rake db:migrate RAILS_ENV=development
|
||||||
RUN rake db:seed
|
RUN rake db:seed
|
||||||
|
|||||||
Reference in New Issue
Block a user