forked from BLC/sgeUpdated
Update sgeupdated pipeline v3
a typo in docker names for front-end and back-end
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user