4 lines
78 B
Bash
4 lines
78 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
gunicorn -w 4 "main:app" -b 0.0.0.0:80 --reload --access-logfile -
|