添加docker文件

This commit is contained in:
Administrator 2023-07-14 14:25:38 +08:00
parent 52ef55de45
commit b742aecd85
1 changed files with 3 additions and 0 deletions

View File

@ -5,7 +5,10 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
# 挂载日报代码
- ../daily:/home/daily - ../daily:/home/daily
# 挂载静态文件目类
- /home/file/daily/static_data:/home/daily/static_data
ports: ports:
- "8006:8006" - "8006:8006"
networks: networks: