feat(task5): update docker-compose build.context paths

This commit is contained in:
2026-07-02 15:34:31 +08:00
parent 75c9601285
commit 13254a8400

View File

@@ -17,7 +17,7 @@ services:
command: --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
backend:
build: ./backend
build: ./apps/server
container_name: dorm_billing_backend
restart: always
ports:
@@ -34,7 +34,7 @@ services:
- mysql
frontend:
build: ./frontend
build: ./apps/admin
container_name: dorm_billing_frontend
restart: always
ports: