mirror of
https://github.com/kailong321200875/vue-element-plus-admin.git
synced 2024-11-21 00:51:22 +08:00
7a0d401b5d
run docker compose -f docker-compose.dev.yaml up to run the development server on localhost:4000
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 |