Skip to content

Instantly share code, notes, and snippets.

@ianballou
Created February 7, 2023 18:49
Show Gist options
  • Save ianballou/47cf61b7eec202220f90457d052e6e50 to your computer and use it in GitHub Desktop.
Save ianballou/47cf61b7eec202220f90457d052e6e50 to your computer and use it in GitHub Desktop.
Start Foreman rails without Foreman
source ~/foreman/.env
BIND=0.0.0.0 bundle exec puma -w 1 -t 1 -p $PORT --preload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment