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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
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
 
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=100
7
  ENV TOKEN_KEY=any