forked from wangziqi/gongxue-base
feat(task5): update docker-compose build.context paths
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user