Revert server port to 80 to match untouched user docker-compose.yml mappings indefinitely
This commit is contained in:
@@ -177,7 +177,7 @@ app.get('*', (req, res) => {
|
||||
res.sendFile(path.join(__dirname, '../public/index.html'));
|
||||
});
|
||||
|
||||
const PORT = 8080;
|
||||
const PORT = 80;
|
||||
app.listen(PORT, () => {
|
||||
console.log(`Backend server listening on port ${PORT}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user