km / Dockerfile
coze's picture
Update Dockerfile
f0b6509 verified
raw
history blame contribute delete
118 Bytes
FROM vinlic/kimi-free-api:latest
ENV SERVER_PORT=7860
RUN chmod -R 777 /app
RUN mkdir -p /logs
RUN chmod -R 777 /logs