This commit is contained in:
ITQ
2024-02-29 18:38:38 +03:00
parent efc4fd7638
commit fcf4499787
3 changed files with 1 additions and 28 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ WORKDIR /app
COPY . .
CMD ["sh", "-c", "cd pulse && python3 manage.py migrate --fake countries && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"]
CMD ["sh", "-c", "cd pulse && python3 manage.py migrate && exec python3 manage.py runserver 0.0.0.0:$SERVER_PORT"]