miyu-tts / Dockerfile
GordonChan365's picture
Update Dockerfile
4c75728 verified
raw
history blame contribute delete
124 Bytes
FROM ghcr.io/gordonchanfz/openedai-speech-min:latest
WORKDIR /app
RUN chmod 777 -R /app
EXPOSE 8000
CMD bash startup.min.sh