Skip to content

Commit

Permalink
DJANGO_DEBUG=true while collect statics
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 18, 2019
1 parent 8049d63 commit 53dabde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && apt-get install --assume-yes --no-install-recommends pytho
COPY . /code/
WORKDIR /code/

RUN python manage.py collectstatic --noinput
RUN DJANGO_DEBUG=true python manage.py collectstatic --noinput

USER app
EXPOSE 8000
Expand Down

0 comments on commit 53dabde

Please sign in to comment.