Skip to content

Instantly share code, notes, and snippets.

@rafaelqueiroz88
Created September 21, 2021 23:22
Show Gist options
  • Save rafaelqueiroz88/baeea88290023c60307c6d7fbe30c32f to your computer and use it in GitHub Desktop.
Save rafaelqueiroz88/baeea88290023c60307c6d7fbe30c32f to your computer and use it in GitHub Desktop.
Docker app-entrypoint
#!/bin/sh
set -e
# if [ -f bundle check ]; then
bundle install
# fi
rm -f /app/tmp/pids/server.pid
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment