mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 01:26:42 +02:00
✨ feat(skilltree): enable web deployment
Fix Dockerfile to include all required shared packages and add health endpoint for Docker healthcheck. Enable skilltree-web service in docker-compose.macmini.yml.
This commit is contained in:
parent
23a1c5e539
commit
1e025b7e72
3 changed files with 29 additions and 7 deletions
|
|
@ -1241,10 +1241,7 @@ services:
|
|||
retries: 3
|
||||
start_period: 40s
|
||||
|
||||
# NOTE: skilltree-web disabled - Dockerfile needs pnpm deploy fix for shared packages
|
||||
# TODO: Fix Dockerfile similar to mana-search to resolve @manacore/shared-vite-config
|
||||
skilltree-web:
|
||||
profiles: ["disabled"]
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/skilltree/apps/web/Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue