mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
Added Dockerfile
This commit is contained in:
@@ -219,5 +219,10 @@ const client = new MongoClient(process.env.URI, { useUnifiedTopology: true });
|
||||
}
|
||||
});
|
||||
|
||||
app.listen(process.env.PORT, () => console.log(`Server started on ${process.env.PORT}`));
|
||||
app.listen(
|
||||
3000,
|
||||
'0.0.0.0',
|
||||
511,
|
||||
() => console.log(`Server started on port ${3000}`),
|
||||
);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user