mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-04 20:12:51 +08:00
* docs: update readme Install and use * feat: add docker * feat: add nginx.conf * fix: change Traditional Chinese to Simplified Chinese
9 lines
154 B
YAML
9 lines
154 B
YAML
services:
|
|
nove-admin:
|
|
build:
|
|
context: .
|
|
dockerfile: ./docker/dockerfile.product
|
|
container_name: nove-admin
|
|
ports:
|
|
- 80:80
|