Skip to content

Instantly share code, notes, and snippets.

@peeush-agarwal
Created February 27, 2022 04:26
Show Gist options
  • Save peeush-agarwal/6fde4a533e1e23f5d76215a86b975933 to your computer and use it in GitHub Desktop.
Save peeush-agarwal/6fde4a533e1e23f5d76215a86b975933 to your computer and use it in GitHub Desktop.
Gunicorn server shell script
#!/bin/sh
gunicorn -w 1 -b 0.0.0.0:4000 app:app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment