3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/bash
|
|
source ./.venv/bin/activate
|
|
gunicorn -w 4 -b 0.0.0.0:8000 app:app |
#!/bin/bash
|
|
source ./.venv/bin/activate
|
|
gunicorn -w 4 -b 0.0.0.0:8000 app:app |