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