mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-03 05:05:44 +08:00
9 lines
154 B
YAML
9 lines
154 B
YAML
services:
|
|
nova-admin:
|
|
build:
|
|
context: .
|
|
dockerfile: ./docker/dockerfile.product
|
|
container_name: nova-admin
|
|
ports:
|
|
- 80:80
|