HirCoir commited on
Commit
d16864a
1 Parent(s): 394ef79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ 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
 
 
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