mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
15 lines
298 B
YAML
15 lines
298 B
YAML
version: "3.5"
|
|
|
|
services:
|
|
ant-design-pro_dev:
|
|
ports:
|
|
- 8000:8000
|
|
build:
|
|
context: ../
|
|
dockerfile: Dockerfile.dev
|
|
container_name: "ant-design-pro_dev"
|
|
volumes:
|
|
- ../src:/usr/src/app/src
|
|
- ../config:/usr/src/app/config
|
|
- ../mock:/usr/src/app/mock
|