4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
source venv/bin/activate
|
|
gunicorn -w 1 --bind 0.0.0.0:5555 www-serve:app
|