Add debug toolbar
This commit is contained in:
@@ -15,4 +15,4 @@ WORKDIR /code
|
||||
COPY requirements.dev.txt /code/
|
||||
RUN python -m venv /venv
|
||||
RUN . /venv/bin/activate && pip install -r requirements.dev.txt
|
||||
CMD . /venv/bin/activate && exec python manage.py runserver 0.0.0.0:8000
|
||||
CMD . /venv/bin/activate && exec python manage.py runserver --nothreading 0.0.0.0:8000
|
||||
Reference in New Issue
Block a user