1
0
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:
R.J. Osborne
2015-05-17 18:05:54 -04:00
parent be1991cad9
commit 7e913870ba

View File

@@ -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