添加docker文件

This commit is contained in:
Administrator 2023-07-13 14:00:25 +08:00
parent 2a085810c9
commit 4ed17df10b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
networks:
- app
command:
pwd&&ls&&cd /home/daily && python3 main.py
bash -c "cd /home/daily && python3 main.py"
networks:
app:
driver: bridge