Init dump
This commit is contained in:
Executable → Regular
+2
@@ -4,6 +4,8 @@ set -e
|
||||
# Remove a potentially pre-existing server.pid for Rails.
|
||||
rm -f /usr/src/app/tmp/pids/server.pid
|
||||
|
||||
rm -rf /usr/local/bundle/cache/*.gem
|
||||
|
||||
echo "bundle install..."
|
||||
bundle check || bundle install --jobs 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user