Skip to content

Commit

Permalink
fix: update chatbot-nodejs to bind to localhost
Browse files Browse the repository at this point in the history
Fixes #819

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Nov 22, 2024
1 parent e96d3b1 commit 56a975f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ EXPOSE 8051

ENV PORT 8051

CMD ["node", "server"]
CMD ["sh", "-c", "HOSTNAME=localhost node server"]

0 comments on commit 56a975f

Please sign in to comment.