Added documentation page on how to reduce memory usage.
This commit is contained in:
parent
770f9fbda4
commit
29645aab1d
5 changed files with 56 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -eux
|
||||
python /app/manage.py collectstatic --noinput
|
||||
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application
|
||||
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue