This commit is contained in:
2025-04-19 04:31:03 +02:00
parent e948e5a82d
commit cccce33358

View File

@@ -54,8 +54,8 @@ services:
- redis
- transmission
command: >
bash -c "python manage.py collectstatic --noinput
&& sleep 10
bash -c "sleep 10
&& python manage.py collectstatic --noinput
&& python manage.py migrate
&& cd frontend && yarn build && cd ..
&& python manage.py collectstatic --noinput