fix(docker): use monorepo root as build context for mana-auth

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-02 16:52:09 +01:00
parent ce5f3b5384
commit 5b3c87b245

View file

@ -75,8 +75,8 @@ services:
mana-auth:
build:
context: ./services/mana-core-auth
dockerfile: Dockerfile
context: .
dockerfile: services/mana-core-auth/Dockerfile
image: mana-core-auth:local
container_name: mana-core-auth
restart: always