Skip to content
Snippets Groups Projects
daphne.sh 128 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash -eux
    python /app/manage.py collectstatic --noinput
    
    /usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application