mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-09-02 16:20:40 +00:00
fix(docker):
This commit is contained in:
@@ -2,6 +2,9 @@ import app from './index.js';
|
||||
|
||||
const PORT = process.env.PORT || 3000;
|
||||
|
||||
console.log('Environment variables:', process.env);
|
||||
console.log('Attempting to start on port:', PORT);
|
||||
|
||||
app.listen(PORT, '0.0.0.0', () => {
|
||||
console.log(`Server is running on port ${PORT}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user