Commit Graph

6 Commits

Author SHA1 Message Date
Joel Hayhurst
b3a216e197 Run rails db:setup in Dockerfile
Running rails db:migrate causes problems with older migrations
which are broken by newer code.
Also update db/schema.rb to the latest one generated by running
rails db:migrate.
2020-02-25 01:09:36 -08:00
Andrew Brown
04f236b0c2 update ruby version in dockerfile 2020-01-08 00:27:25 -06:00
Tristan
b15a35c61a Update ruby versions 2018-06-28 15:16:06 -05:00
Euan Kemp
97e85d46bd use 'bundle's version of 'rails'
Installing rails using 'gem' is much more tricky to manage than using
the version set in the Gemfile via 'bundle exec'
2018-05-22 22:21:54 -07:00
Andrew Carreiro
e529203a1e fixed project name & added newlines 2016-10-12 19:17:10 -04:00
Andrew Carreiro
f3d015b1f1 Docker configuration for local development 2016-10-12 12:31:38 -04:00