diff --git a/Dockerfile b/Dockerfile index 7cf84b6..6a0ecbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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