1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-05 14:17:20 +00:00

Removed sprockets-generated files from the repo

This commit is contained in:
R.J. Osborne
2015-05-17 17:33:46 -04:00
parent 202393ba50
commit be1991cad9
108 changed files with 2 additions and 262630 deletions

View File

@@ -18,6 +18,7 @@ ADD . $APP_HOME
RUN rake db:migrate RAILS_ENV=test
RUN rake db:migrate RAILS_ENV=development
RUN rake db:seed
RUN rake assets:precompile
RUN rake test
#CMD rails s puma --binding 0.0.0.0