miyu-tts / Dockerfile
lucy1118's picture
Update Dockerfile
3d8ee78 verified
raw
history blame contribute delete
116 Bytes
FROM ghcr.io/gordonchanfz/hailuo-free-api:latest
WORKDIR /app
RUN chmod 777 -R /app
EXPOSE 8000
CMD ["npm", "start"]