From 0754e12650ee9f0dbad906727f6c1daa1e24a0f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss>
Date: Mon, 21 Oct 2024 20:16:13 +0200
Subject: [PATCH] bug fix

---
 infra | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra b/infra
index 3103ddb..9abf644 100755
--- a/infra
+++ b/infra
@@ -32,7 +32,7 @@ CPU_LIMIT=${CPU_LIMIT} ${DOCKER_COMPOSE_COMMAND} kill
 if [ "$1" = "--run" ]; then
     # Check if .env file exists
     if [ -f $ENV_FILE ]; then
-        cat $ENV_FILE API/ExpressAPI/global.env > API/.env
+        cat $ENV_FILE API/ExpressAPI/config.env > API/.env
         CPU_LIMIT=${CPU_LIMIT} ${DOCKER_COMPOSE_COMMAND} --env-file ${ENV_FILE} up --build -d
     else
         echo "Need a file named ${ENV_FILE} providing environment variables."
-- 
GitLab