Update docker-compose.yml
Some checks failed
sgeUpdated CI/CD / deploy (push) Has been cancelled
sgeUpdated Smoke Test / smoke-test (push) Successful in 7s

This commit is contained in:
2025-08-29 19:27:28 +03:00
parent 62829194e2
commit 32b9533a33

View File

@@ -1,7 +1,7 @@
services:
backend:
build:
context: ./sge-backend
context: ./sgeUpdated/sge-backend
dockerfile: Dockerfile
ports:
- "8080:8080"
@@ -15,7 +15,7 @@ services:
frontend:
build:
context: ./sge-frontend
context: ./sgeUpdated/sge-frontend
dockerfile: Dockerfile
ports:
- "80:80"