mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
chore(backend): improvements
This commit is contained in:
@@ -8,5 +8,6 @@ BASE_DIR = Path(__file__).resolve().parent
|
||||
load_dotenv(BASE_DIR / ".env")
|
||||
|
||||
DOCKER_IMAGE = os.getenv(
|
||||
"DOCKER_IMAGE", default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest"
|
||||
"DOCKER_IMAGE",
|
||||
default="registry.gitlab.com/megazordpobeda/datarush/custom-python:latest",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user