mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
added createcachetable to docker-compose
This commit is contained in:
parent
d1a1992ced
commit
e3e8c2646b
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ services:
|
|||
command: >
|
||||
bash -c " python manage.py migrate &&
|
||||
python manage.py load &&
|
||||
python manage.py createcachetable &&
|
||||
python manage.py runserver 0.0.0.0:8080"
|
||||
|
||||
db:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue