mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
fix(mana-sync): update Dockerfile to copy workspace shared-go dependency
The Dockerfile only copied services/mana-sync, but go.mod has a replace directive pointing to ../../packages/shared-go which needs to be in the build context. Switch context to repo root and copy both packages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e82b5c1449
commit
3717f42cb8
2 changed files with 10 additions and 5 deletions
|
|
@ -535,8 +535,8 @@ services:
|
|||
|
||||
mana-sync:
|
||||
build:
|
||||
context: services/mana-sync
|
||||
dockerfile: Dockerfile
|
||||
context: .
|
||||
dockerfile: services/mana-sync/Dockerfile
|
||||
image: mana-sync:local
|
||||
container_name: mana-core-sync
|
||||
restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue