mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
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:
parent
ce5f3b5384
commit
5b3c87b245
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue