添加docker文件

This commit is contained in:
Administrator 2023-07-13 13:36:40 +08:00
parent 0bf14e9694
commit b6d98ea173
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
version: '3'
services:
build:
context: .
dockerfile: Dockerfile
volumes:
- ../daily:/home/daily
@ -10,7 +9,7 @@ services:
networks:
- app
command:
cd /home/video_search && python3 main.py'
cd /home/daily && python3 main.py'
networks:
app:
driver: bridge