You've already forked snikket-web-portal
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/sh
|
|
|
|
exec hypercorn -b "0.0.0.0:8000" snikket_web:app
|