mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
update docs
This commit is contained in:
parent
22739afa2d
commit
cb30eab3de
@ -117,7 +117,7 @@ cp .env.example .env
|
||||
docker-compose run nocobase bash -c 'npm install && npm run bootstrap && npm run build && npm run db-migrate init'
|
||||
|
||||
# Start nocobase
|
||||
docker-compose up nocobase -d
|
||||
docker-compose up -d nocobase
|
||||
|
||||
# View log
|
||||
docker-compose logs nocobase
|
||||
|
@ -140,7 +140,7 @@ cp .env.example .env # 配置数据库信息、APP 端口等
|
||||
docker-compose run nocobase bash -c 'npm install && npm run bootstrap && npm run build && npm run db-migrate init'
|
||||
|
||||
# 启动 nocobase 应用
|
||||
docker-compose up nocobase -d
|
||||
docker-compose up -d nocobase
|
||||
|
||||
# 查看日志
|
||||
docker-compose logs nocobase
|
||||
|
Loading…
Reference in New Issue
Block a user