Seeflyer937 commited on
Commit
9763c74
1 Parent(s): 839dcee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
  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=50
7
  ENV TOKEN_KEY=any
8
  ENV ROOT_KEY=root_key
9
  ENV FILE_TOKEN_KEY=filetoken
 
1
  FROM ghcr.io/labring/fastgpt:latest
2
  EXPOSE 3000
3
  ENV PORT 3000
4
+ ADD ./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