MeowSky49887 commited on
Commit
c6f3035
verified
1 Parent(s): 5394856

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Core from latest Release
21
- RUN curl -sSfL https://github.com/VOICEVOX/voicevox_ore/releases/latest/download/download-linux-x64 --output download
22
 
23
  # Give execution permissions
24
  RUN chmod +x ./download
 
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Core from latest Release
21
+ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/download/download-linux-x64 --output download
22
 
23
  # Give execution permissions
24
  RUN chmod +x ./download