Fix Install Jenkins
Some checks failed
Neutral/pipeline/head There was a failure building this commit

This commit is contained in:
Raphix
2023-03-19 14:23:55 +01:00
parent 9a354b69b5
commit a01851211f
3 changed files with 26 additions and 10 deletions

View File

@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var port = normalizePort(process.env.PORT || '80');
var port = normalizePort(process.env.PORT || '3001');
app.set('port', port);
/**