Skip to content

Commit

Permalink
Change debug True
Browse files Browse the repository at this point in the history
  • Loading branch information
ldamasio committed Feb 19, 2024
1 parent 236dc3e commit 65d69d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/monolith/docker/Dockerfile_django
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ RUN apt-get update && apt-get install -y gcc
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV DJANGO_MODULES_SETTINGS=backend.settings
ENV DEBUG=True
WORKDIR /app
COPY ../requirements.txt .
RUN pip install --upgrade pip && pip install -r requirements.txt
Expand Down

0 comments on commit 65d69d5

Please sign in to comment.