Fix the docker init script
This commit is contained in:
parent
daba37a116
commit
00c8903968
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
bundle install
|
||||||
# Setup the app if it isn't already setup
|
# Setup the app if it isn't already setup
|
||||||
bundle exec rake db:bootstrap
|
bundle exec rake db:bootstrap
|
||||||
# Start the app
|
# Start the app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue