ai / Dockerfile
coze's picture
Create Dockerfile
78164c2 verified
raw
history blame contribute delete
108 Bytes
FROM ghcr.io/lemongad/chat:latest
ENV PORT=7860
ENV CORS_PROXY_NEXTCHAT=false
RUN chmod 777 /app
EXPOSE 7860