Skip to content

Commit

Permalink
🐛 fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 5, 2024
1 parent 612fd19 commit e66aed3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ENV HOSTNAME "0.0.0.0"
ENV PORT=3210

# General Variables
ENV ACCESS_CODE "lobe66"
ENV ACCESS_CODE ""
ENV CUSTOM_MODELS ""

# OpenAI
Expand All @@ -69,4 +69,10 @@ ENV USE_AZURE_OPENAI ""
ENV AZURE_API_KEY ""
ENV AZURE_API_VERSION ""

# Google
ENV GOOGLE_API_KEY ""

# Zhipu
ENV Zhipu_API_KEY ""

CMD ["node", "server.js"]

0 comments on commit e66aed3

Please sign in to comment.