diff --git a/edu_master-docker-compose.yaml b/edu_master-docker-compose.yaml index c2b940f..b1bc051 100644 --- a/edu_master-docker-compose.yaml +++ b/edu_master-docker-compose.yaml @@ -1,6 +1,6 @@ x-app: &app build: - context: backend/ + context: ./edu_master/backend/ dockerfile: Dockerfile args: - VERSION=${VERSION:-v0.10.2}