mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:01:10 +02:00
🔧 chore(docker): build presi-backend locally on Mac Mini
Changed from GHCR image to local build to pick up admin controller prefix fix. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
027d3d2140
commit
cb08931330
1 changed files with 4 additions and 1 deletions
|
|
@ -455,7 +455,10 @@ services:
|
|||
start_period: 40s
|
||||
|
||||
presi-backend:
|
||||
image: ghcr.io/memo-2023/presi-backend:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/presi/apps/backend/Dockerfile
|
||||
image: presi-backend:local
|
||||
container_name: mana-app-presi-backend
|
||||
restart: always
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue