Skip to content
Snippets Groups Projects
Verified Commit 685d1159 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

fixed wrong daphne path

parent 0012182d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
python /app/manage.py collectstatic --noinput
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment