Files
keywarden/app/scripts/daphne.sh

5 lines
77 B
Bash
Executable File

#!/bin/sh
set -eu
exec daphne -b 0.0.0.0 -p 8001 keywarden.asgi:application