fix dockerfile

This commit is contained in:
mii
2022-08-12 00:50:12 +09:00
parent 2bf2fe05f1
commit 6aec4e4ea7

View File

@ -13,6 +13,6 @@ RUN apt-get update \
&& cp /usr/src/ncb-tts-r2/target/release/ncb-tts-r2 /usr/bin/ncb-tts-r2 \
&& mkdir -p /ncb-tts-r2/audio \
&& apt-get purge -y pkg-config wget curl gcc \
&& rustup self uninstall
&& rustup self uninstall -y
WORKDIR /ncb-tts-r2
CMD ["ncb-tts-r2"]