Initialize rvm before running bundle.
Dockerfile CMD is run in non-interactive shell, so /etc/bash.bashrc is not sourced.
This commit is contained in:
parent
5210a06218
commit
4b6693f2c7
@ -13,7 +13,8 @@ cd /CartoDB-SQL-API
|
||||
node app.js development &
|
||||
|
||||
cd /cartodb
|
||||
script/restore_redis
|
||||
source /usr/local/rvm/scripts/rvm
|
||||
bundle exec script/restore_redis
|
||||
bundle exec script/resque &
|
||||
bundle exec rails s -p $PORT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user