From c3ed359103a7c83ce33a984cafea6fe07458d5ef Mon Sep 17 00:00:00 2001 From: Abdulbari Date: Fri, 29 Aug 2025 00:02:27 +0300 Subject: [PATCH] Update sgeupdated pipeline v3 a typo in docker names for front-end and back-end --- .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 f89c8ec..c0970e2 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 DockerFile + docker compose up -d --build Dockerfile fi # --- Frontend --- @@ -50,5 +50,5 @@ jobs: fi npm run build cd .. - docker compose up -d --build DockerFile + docker compose up -d --build Dockerfile fi