ChutesAI2API / Dockerfile
dan92's picture
Upload 2 files
12b6b9c verified
raw
history blame contribute delete
146 Bytes
FROM deanxv/chutesai2api
ENV API_SECRET=
ENV TZ=Asia/Shanghai
EXPOSE 7011
VOLUME ["/app/chutesai2api/data"]
CMD ["/app/chutesai2api"]