fastgpt / Dockerfile
yuexinyun's picture
Update Dockerfile
fbacb24 verified
raw
history blame contribute delete
189 Bytes
FROM ghcr.io/labring/fastgpt:latest
EXPOSE 3000
ENV PORT 3000
ADD ./config.json /app/data/config.json
ENV DB_MAX_LINK=30
ENV TOKEN_KEY=any
ENV ROOT_KEY=root_key
ENV FILE_TOKEN_KEY=filetoken