10 lines
181 B
YAML
10 lines
181 B
YAML
|
services:
|
||
|
vue-element-plus-admin:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.dev
|
||
|
ports:
|
||
|
- "4000:4000"
|
||
|
volumes:
|
||
|
- /app/node_modules
|
||
|
- .:/app
|