Skip to content

Commit

Permalink
feat: adding debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
yokwejuste committed Aug 18, 2024
1 parent 5e22ede commit 28dd1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r /app/requirements.txt
COPY . /app

RUN python manage.py collectstatic --noinput
RUN python manage.py migrate

COPY config/docker/supervisord-web.conf /etc/supervisor/conf.d/
COPY config/docker/supervisord-celery.conf /etc/supervisor/conf.d/
Expand Down

0 comments on commit 28dd1d0

Please sign in to comment.