99i commited on
Commit
d1ae72d
·
verified ·
1 Parent(s): 03f17c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM c121914yu/fastgpt
2
  EXPOSE 3000
3
  ENV PORT 3000
4
  ADD ./config.json /app/data/config.local.json
 
1
+ FROM ghcr.io/labring/fastgpt:v4.9.1-fix2
2
  EXPOSE 3000
3
  ENV PORT 3000
4
  ADD ./config.json /app/data/config.local.json