From 7b4143ba52f1a90f9690fe5a2afc5d37896a4754 Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Thu, 28 Aug 2025 23:56:54 +0300 Subject: [PATCH] Update sgeupdated pipeline v3 problem in restarting docker --- .gitea/workflows/sgeupdated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index b6cbe7d..f89c8ec 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -37,7 +37,7 @@ jobs: cd sgeUpdated-backend mvn clean install cd .. - docker compose up -d --build backend + docker compose up -d --build DockerFile fi # --- Frontend --- @@ -50,5 +50,5 @@ jobs: fi npm run build cd .. - docker compose up -d --build frontend + docker compose up -d --build DockerFile fi