doctord98 commited on
Commit
89827ea
·
1 Parent(s): 4ec60e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN mkdir .chroma && chmod -R 777 .chroma
10
 
11
  COPY . .
12
 
 
 
13
  RUN chmod -R 777 /app
14
 
15
  RUN --mount=type=secret,id=password,mode=0444,required=true \
 
10
 
11
  COPY . .
12
 
13
+ COPY tts_samples /app/tts_samples
14
+
15
  RUN chmod -R 777 /app
16
 
17
  RUN --mount=type=secret,id=password,mode=0444,required=true \