Skip to content

Commit

Permalink
[hotfix] Dockerfileのディレクトリ以下へのコピーのスラッシュ忘れ (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 15, 2023
1 parent f8750a1 commit 6a2a010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ COPY --from=download-onnxruntime-env /opt/onnxruntime /opt/onnxruntime
ADD ./voicevox_engine /opt/voicevox_engine/voicevox_engine
ADD ./docs /opt/voicevox_engine/docs
ADD ./run.py ./presets.yaml ./default.csv ./engine_manifest.json /opt/voicevox_engine/
ADD ./build_util/generate_licenses.py /opt/voicevox_engine/build_util
ADD ./build_util/generate_licenses.py /opt/voicevox_engine/build_util/
ADD ./speaker_info /opt/voicevox_engine/speaker_info
ADD ./ui_template /opt/voicevox_engine/ui_template
ADD ./engine_manifest_assets /opt/voicevox_engine/engine_manifest_assets
Expand Down

0 comments on commit 6a2a010

Please sign in to comment.