blfm commited on
Commit
d57d056
·
verified ·
1 Parent(s): 79aae10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,8 +2,6 @@ FROM node:22
2
  RUN git clone --depth 1 https://github.com/tianzhentech/NeatChat
3
  WORKDIR "NeatChat"
4
  COPY . .
5
- ENV HIDE_USER_API_KEY=1 \
6
- DEFAULT_MODEL="gemini-2.0-flash-exp@Google"
7
  RUN npm install \
8
  && npm install next@^14 --save-exact \
9
  && npm run build
 
2
  RUN git clone --depth 1 https://github.com/tianzhentech/NeatChat
3
  WORKDIR "NeatChat"
4
  COPY . .
 
 
5
  RUN npm install \
6
  && npm install next@^14 --save-exact \
7
  && npm run build