Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
usr
/
local
/
rvm
/
hooks
📤 Upload
📝 New File
📁 New Folder
Close
Editing: after_cd_install_vendored_gems
#!/usr/bin/env bash # From @mpapis if which bundle >/dev/null && [[ -d vendor/cache ]] && [[ -f Gemfile ]] then bundle install --local fi
Save
Cancel