Add --nothreading option to Django runserver command and implement HTMX debug modal for JSON responses
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
# lives at rad/Dockerfile inside the context.
|
||||
context: ..
|
||||
dockerfile: rad/Dockerfile
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
command: python manage.py runserver 0.0.0.0:8000 --nothreading
|
||||
#command: pip install -r requirements.txt
|
||||
volumes:
|
||||
# Mount the repository root into the container WORKDIR so manage.py and
|
||||
|
||||
Reference in New Issue
Block a user