mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
🔧 chore(docker): build mana-web locally on Mac Mini
Switch manacore-web from GHCR image to local build for faster deployment of frontend changes (self-service /settings/my-data). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f5debee867
commit
210969a67f
1 changed files with 4 additions and 1 deletions
|
|
@ -943,7 +943,10 @@ services:
|
|||
# ============================================
|
||||
|
||||
mana-web:
|
||||
image: ghcr.io/memo-2023/manacore-web:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/manacore/apps/web/Dockerfile
|
||||
image: manacore-web:local
|
||||
container_name: mana-app-web
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue