dongsiqie commited on
Commit
eb47b35
1 Parent(s): bc84e5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,5 +5,6 @@ RUN npm i # 推荐使用 pnpm i
5
  RUN npm run build
6
  # 设置环境变量,此处为随机字符
7
  ENV BASE_URL="https://ai.fakeopen.com"
 
8
  EXPOSE 3000
9
  CMD ["npm", "run", "start"]
 
5
  RUN npm run build
6
  # 设置环境变量,此处为随机字符
7
  ENV BASE_URL="https://ai.fakeopen.com"
8
+ ENV OPENAI_API_KEY="pk-this-is-a-real-free-pool-token-for-everyone"
9
  EXPOSE 3000
10
  CMD ["npm", "run", "start"]