version: '3.8' | |
services: | |
tts: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
image: tts | |
container_name: tts | |
volumes: | |
- .:/root | |
version: '3.8' | |
services: | |
tts: | |
build: | |
context: . | |
dockerfile: Dockerfile | |
image: tts | |
container_name: tts | |
volumes: | |
- .:/root | |