From efc4fd76381c0a597fe696f66343b19fc45ef6cd Mon Sep 17 00:00:00 2001 From: ITQ Date: Thu, 29 Feb 2024 18:26:22 +0300 Subject: [PATCH] Faked countries migration to pass CI --- solution/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/Dockerfile b/solution/Dockerfile index c7396c0..e488226 100644 --- a/solution/Dockerfile +++ b/solution/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app 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"]