From 00c8903968f31abd1c7ddd0af775f5ddda068e7d Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 4 Feb 2020 18:44:32 -0800 Subject: [PATCH] Fix the docker init script --- bin/osem-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/osem-init.sh b/bin/osem-init.sh index b7d05dca..4a43081d 100755 --- a/bin/osem-init.sh +++ b/bin/osem-init.sh @@ -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