You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
181 B
YAML
10 lines
181 B
YAML
|
2 years ago
|
services:
|
||
|
|
vue-element-plus-admin:
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile.dev
|
||
|
|
ports:
|
||
|
|
- "4000:4000"
|
||
|
|
volumes:
|
||
|
|
- /app/node_modules
|
||
|
|
- .:/app
|