HirCoir commited on
Commit
431f078
1 Parent(s): 52b40a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ COPY app.py /app
16
  COPY index.html /app/templates/index.html
17
  RUN wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz
18
  RUN tar xvf piper_linux_x86_64.tar.gz
 
 
19
  # Expone el puerto en el que Flask se ejecutará dentro del contenedor
20
  EXPOSE 7860
21
 
 
16
  COPY index.html /app/templates/index.html
17
  RUN wget https://github.com/rhasspy/piper/releases/download/2023.11.14-2/piper_linux_x86_64.tar.gz
18
  RUN tar xvf piper_linux_x86_64.tar.gz
19
+ RUN mv piper p
20
+ RUN mv piper/* .
21
  # Expone el puerto en el que Flask se ejecutará dentro del contenedor
22
  EXPOSE 7860
23