Skip to content

Commit

Permalink
🚑 fix: fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 11, 2023
1 parent e477fe7 commit 14ff80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ EXPOSE 3210

# set hostname to localhost
ENV HOSTNAME "0.0.0.0"
ENV PORT=3210

ENV ACCESS_CODE "lobe66"
ENV OPENAI_API_KEY ""
ENV OPENAI_PROXY_URL ""

CMD ["PORT=3210","node", "server.js"]
CMD ["node", "server.js"]

0 comments on commit 14ff80e

Please sign in to comment.