multilang-asr-transcriber / docker-compose.yml
marquesafonso's picture
change port to 7680; rename app to main; re-add gh action
c22146b
raw
history blame
133 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7680:7680"
volumes:
- .:/app