vue-element-plus-admin/docker-compose.dev.yaml
Mohamed Usman 7a0d401b5d workflow(docker): add development dockerfile
run docker compose -f docker-compose.dev.yaml up to run
the development server on localhost:4000
2024-05-17 22:30:08 +05:00

10 lines
181 B
YAML

services:
vue-element-plus-admin:
build:
context: .
dockerfile: Dockerfile.dev
ports:
- "4000:4000"
volumes:
- /app/node_modules
- .:/app