Initial commit
This commit is contained in:
10
promo-ui2/docker-compose.dev.yaml
Normal file
10
promo-ui2/docker-compose.dev.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
vue-element-plus-admin:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
- /app/node_modules
|
||||
- .:/app
|
||||
Reference in New Issue
Block a user