Update Dockerfile
Browse files- 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 \
|