Faked countries migration to pass CI

This commit is contained in:
ITQ
2024-02-29 18:26:22 +03:00
parent a04b06bb4b
commit efc4fd7638
+1 -1
View File
@@ -15,4 +15,4 @@ WORKDIR /app
COPY . . COPY . .
CMD ["sh", "-c", "cd pulse && python3 manage.py migrate && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"] CMD ["sh", "-c", "cd pulse && python3 manage.py migrate --fake countries && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"]