This website requires JavaScript.
Explore
Help
Sign In
seg_yinzy
/
myems
Watch
1
Star
0
Fork
You've already forked myems
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
myems
/
myems-api
/
run.sh
3 lines
79 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
gunicorn -b 0.0.0.0:8000 --pid pid --timeout
600
--workers
=
4
app:api
Reference in New Issue
View Git Blame
Copy Permalink