2 lines
49 B
Bash
2 lines
49 B
Bash
#!/bin/bash
|
|
gunicorn -w 4 -b 0.0.0.0:8000 run:app |
#!/bin/bash
|
|
gunicorn -w 4 -b 0.0.0.0:8000 run:app |