fix: typo

This commit is contained in:
chansee97 2025-06-20 10:21:41 +08:00
parent 3e4e9005de
commit 0b0ae4964e
3 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ docker compose -f docker-compose.product.yml up --build -d
## 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

View File

@ -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配套后台项目
## 学习交流

View File

@ -1,8 +1,8 @@
services:
nove-admin:
nova-admin:
build:
context: .
dockerfile: ./docker/dockerfile.product
container_name: nove-admin
container_name: nova-admin
ports:
- 80:80