Created
February 27, 2022 04:26
-
-
Save peeush-agarwal/6fde4a533e1e23f5d76215a86b975933 to your computer and use it in GitHub Desktop.
Gunicorn server shell script
This file contains 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/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