Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ztl8702 authored Jul 13, 2020
1 parent 09fba55 commit 7337d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/yngdieng-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=audio_files /*.wav /data/tts_audio_wav/
WORKDIR /app
COPY --from=builder /out .
ENTRYPOINT ["dotnet", "Yngdieng.Backend.dll", \
"--IndexFile=/data/yngdieng_index.bin", \
"--IndexFile=/data/hotswap/yngdieng_index.bin", \
"--TtsAudioFolder=/data/tts_audio_wav/"]

HEALTHCHECK --start-period=10s \
Expand Down

0 comments on commit 7337d89

Please sign in to comment.