multilang-asr-subtitler / docker-compose.yml
marquesafonso's picture
added project files
748e637
raw
history blame
134 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8000:8000"
volumes:
- .:/app