mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
fix: removed all occurrences of old domain
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user