Don't run collectstatic for every. single. change

This commit is contained in:
Carl van Tonder 2018-03-29 01:21:54 -04:00
parent 002090d1af
commit f549458412

View File

@ -15,7 +15,7 @@ services:
- 8000:8000
env_file:
- ./local.env
command: /bin/sh -c "python3 manage.py collectstatic --noinput ; python3 manage.py runserver 0.0.0.0:8000"
command: /bin/sh -c "python3 manage.py runserver 0.0.0.0:8000"
db:
image: mdillon/postgis:9.6-alpine