fix: removed all occurrences of old domain

This commit is contained in:
ITQ
2025-04-02 20:14:51 +03:00
parent 615a5b8e91
commit f858fa39c9
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -8,5 +8,5 @@ BASE_DIR = Path(__file__).resolve().parent
load_dotenv(BASE_DIR / ".env")
DOCKER_IMAGE = os.getenv(
"DOCKER_IMAGE", default="gitlab.prodcontest.ru:5050/team-15/project/custom-python"
"DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest"
)