This website requires JavaScript.
Explore
Help
Register
Sign In
hrustbb2
/
project_start
Watch
1
Star
0
Fork
You've already forked project_start
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
master
project_start
/
conf
/
scripts
/
python
/
gunicorn.sh
4 lines
70 B
Bash
Raw
Permalink
Blame
History
#!/usr/bin/env bash
cd
/home/app/flask
gunicorn -b 0.0.0.0:80 app:app
Reference in New Issue
View Git Blame
Copy Permalink