mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🚑 fix: fix docker image
This commit is contained in:
parent
e477fe791c
commit
14ff80e15f
1 changed files with 2 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue