Created
February 28, 2018 19:45
-
-
Save eduardosasso/7f0d06ac3cc9efe44b9c079adc9d75f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| bundle check || bundle install --jobs 20 --retry 5 --system --binstubs="$BUNDLE_BIN" | |
| if [ -f tmp/pids/server.pid ]; then | |
| rm -f tmp/pids/server.pid | |
| fi | |
| bundle exec foreman start -f procfile_docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment