Update docker-compose.dev.yml

This commit is contained in:
Leng Yue 2024-09-30 16:49:48 -07:00 committed by GitHub
parent 977365535e
commit f6c56c68d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,9 @@ version: '3.8'
services: services:
fish-speech: fish-speech:
build: . build:
context: .
dockerfile: dockerfile.dev
container_name: fish-speech container_name: fish-speech
volumes: volumes:
- ./:/exp - ./:/exp