Update sgeupdated pipeline v3

a typo in docker names for front-end and back-end
This commit is contained in:
2025-08-29 00:02:27 +03:00
parent 7b4143ba52
commit c3ed359103

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 DockerFile 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 DockerFile docker compose up -d --build Dockerfile
fi fi