mirror of https://github.com/snachodog/mybuddy.git
remove collect static as mentioned in PR
This commit is contained in:
parent
d695afef90
commit
c14f5b19b0
|
@ -20,7 +20,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- media:/app/media:rw
|
- media:/app/media:rw
|
||||||
# Sleep 5 seconds to allow the db to to come up;
|
# Sleep 5 seconds to allow the db to to come up;
|
||||||
command: bash -c 'sleep 5 && python manage.py migrate --noinput && python manage.py createcachetable && python manage.py collectstatic --noinput && gunicorn babybuddy.wsgi -b :8000 --log-level=info'
|
command: bash -c 'sleep 5 && python manage.py migrate --noinput && python manage.py createcachetable && gunicorn babybuddy.wsgi -b :8000 --log-level=info'
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue