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