Обновить docker-compose.yml

This commit is contained in:
Xanders25 2024-12-16 19:45:34 +02:00
parent 64cbcadddb
commit 6a9b2032c1
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ services:
- "5000:5000"
volumes:
- .:/app
command: python app/app.py
command: python app.py