yuexinyun commited on
Commit
b2f8d5b
·
verified ·
1 Parent(s): 6f38b0c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -2,8 +2,7 @@ FROM ghcr.io/labring/fastgpt:latest
2
  EXPOSE 3000
3
  ENV PORT 3000
4
  ADD ./config.json /app/data/config.json
5
- ENV HOME_URL=/app/list
6
- ENV DB_MAX_LINK=100
7
  ENV TOKEN_KEY=any
8
  ENV ROOT_KEY=root_key
9
  ENV FILE_TOKEN_KEY=filetoken
 
2
  EXPOSE 3000
3
  ENV PORT 3000
4
  ADD ./config.json /app/data/config.json
5
+ ENV DB_MAX_LINK=30
 
6
  ENV TOKEN_KEY=any
7
  ENV ROOT_KEY=root_key
8
  ENV FILE_TOKEN_KEY=filetoken