- description : adding a production server launching script with valid requirements.txt file . new file: requirements.txt new file: serve.sh
1 سطر
37 B
Bash
1 سطر
37 B
Bash
gunicorn -w 4 -b 0.0.0.0:8000 app:app |