Fix the docker init script

This commit is contained in:
Michael Ball 2020-02-04 18:44:32 -08:00
parent daba37a116
commit 00c8903968

View file

@ -1,4 +1,5 @@
#!/bin/bash
bundle install
# Setup the app if it isn't already setup
bundle exec rake db:bootstrap
# Start the app