음성 재생과 운영 배포 정리
This commit is contained in:
parent
8ed185ce6c
commit
ac7db95542
1020 changed files with 46863 additions and 2175 deletions
17
.dockerignore
Normal file
17
.dockerignore
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# API 이미지는 저장소 루트 컨텍스트에서 빌드하지만 필요한 입력만 보낸다.
|
||||
*
|
||||
!apps/
|
||||
!apps/api/
|
||||
!apps/api/**
|
||||
!data/
|
||||
!data/**
|
||||
|
||||
apps/api/.venv/
|
||||
apps/api/uploads/
|
||||
apps/api/**/__pycache__/
|
||||
**/.env
|
||||
**/.env.*
|
||||
!**/.env.example
|
||||
data/raw/
|
||||
**/축어록*
|
||||
**/*사례*.docx
|
||||
Loading…
Add table
Add a link
Reference in a new issue