Skip to content

Commit

Permalink
Update host (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl authored Jan 16, 2025
1 parent 64f7a41 commit 7fe3552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ process.on("uncaughtException", errorHandler);
process.on("unhandledRejection", errorHandler);

const PORT = process.env.PORT || "3000";
app.listen(PORT, async () => {
app.listen(PORT, "0.0.0.0", async () => {
console.log("INI", "Now listening on port", PORT);
});

0 comments on commit 7fe3552

Please sign in to comment.