We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378bad3 commit c9bdb66Copy full SHA for c9bdb66
Dockerfile
@@ -15,6 +15,7 @@ COPY main.py .
15
COPY server/ server/
16
COPY utils/ utils/
17
COPY static/ static/
18
+COPY voices/ voices/
19
20
# Set default environment variables
21
ENV HOST=0.0.0.0 \
0 commit comments