fix: requirements.txt updated
fix: removed version attribute from docker-compose.yml fix: Dockerfile more correct
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
whisper-app:
|
||||
build: .
|
||||
ports:
|
||||
- "9854:9854"
|
||||
volumes:
|
||||
- ./keys.txt:/app/keys.txt
|
||||
- /tmp:/tmp
|
||||
command: ["python", "app.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user