4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
gunicorn --bind 0.0.0.0:80 weblight:app
|