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