File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,16 +31,7 @@ services:
3131 restart : on-failure
3232 command : sh -c "python3 /usr/src/signal_documentation/src/manage.py migrate --noinput &&
3333 python3 /usr/src/signal_documentation/src/manage.py collectstatic --noinput &&
34- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/available_geography.json &&
35- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/pathogens.json &&
36- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/signal_types.json &&
37- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/signal_categories.json &&
38- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/demographic_scopes.json &&
39- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/county.json &&
40- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/hhs.json &&
41- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/hrr.json &&
42- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/msa.json &&
43- python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/state.json &&
34+ python3 /usr/src/signal_documentation/src/manage.py loaddata ./fixtures/* &&
4435 python3 /usr/src/signal_documentation/src/manage.py runserver 0.0.0.0:8000"
4536 volumes :
4637 - .:/usr/src/signal_documentation
You can’t perform that action at this time.
0 commit comments