Update sgeupdated pipeline v3

problem in restarting docker
This commit is contained in:
2025-08-28 23:56:54 +03:00
parent 0322235404
commit 7b4143ba52

View File

@@ -37,7 +37,7 @@ jobs:
cd sgeUpdated-backend cd sgeUpdated-backend
mvn clean install mvn clean install
cd .. cd ..
docker compose up -d --build backend docker compose up -d --build DockerFile
fi fi
# --- Frontend --- # --- Frontend ---
@@ -50,5 +50,5 @@ jobs:
fi fi
npm run build npm run build
cd .. cd ..
docker compose up -d --build frontend docker compose up -d --build DockerFile
fi fi