mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-06-26 11:49:15 +08:00
fix: typo
This commit is contained in:
parent
3e4e9005de
commit
0b0ae4964e
@ -80,7 +80,7 @@ docker compose -f docker-compose.product.yml up --build -d
|
|||||||
|
|
||||||
## Related projects
|
## Related projects
|
||||||
|
|
||||||
- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (under development) Nova-Admin supporting background project based on TS, NestJs, typeorm
|
- [Nova-admin-nest](https://github.com/chansee97/nova-admin-nest) (under development) Nova-Admin supporting background project based on TS, NestJs, typeorm
|
||||||
|
|
||||||
## Learn to communicate
|
## Learn to communicate
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ docker compose -f docker-compose.product.yml up --build -d
|
|||||||
|
|
||||||
## 相关项目
|
## 相关项目
|
||||||
|
|
||||||
- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目
|
- [Nova-admin-nest](https://github.com/chansee97/nova-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目
|
||||||
|
|
||||||
## 学习交流
|
## 学习交流
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
nove-admin:
|
nova-admin:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/dockerfile.product
|
dockerfile: ./docker/dockerfile.product
|
||||||
container_name: nove-admin
|
container_name: nova-admin
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user