Mount dist outputs to the host

This commit is contained in:
2026-03-20 15:11:01 +08:00
parent d3d1a8650e
commit 0cb08642aa
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ services:
ports:
- "8123:8123"
volumes:
- ./dist:/app/dist
- mobilemodels_app_data:/data
extra_hosts:
- "host.docker.internal:host-gateway"