Erro no deploy node.js

Estou tendo um erro ao dar deploy isso aqui que aparece no log,
Sep 10 12:17:50 npm ERR! /usr/src/app/.npm/_logs/2020-09-10T15_17_50_267Z-debug.log
Sep 10 12:17:50 npm ERR! A complete log of this run can be found in:
Sep 10 12:17:50
Sep 10 12:17:50 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
Sep 10 12:17:50 npm ERR! Failed at the discord-bot@1.0.0 start script.
Sep 10 12:17:50 npm ERR!
Sep 10 12:17:50 npm ERR! Exit status 1
Sep 10 12:17:50 npm ERR! discord-bot@1.0.0 start: node index
Sep 10 12:17:50 npm ERR! errno 1
Sep 10 12:17:50 npm ERR! code ELIFECYCLE
Sep 10 12:17:50 at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Sep 10 12:17:50 at startup (internal/bootstrap/node.js:283:19)
Sep 10 12:17:50 at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
Sep 10 12:17:50 at process._tickCallback (internal/process/next_tick.js:63:19)
Sep 10 12:17:50 at emitErrorNT (net.js:1307:8)
Sep 10 12:17:50 Emitted ‘error’ event at:
Sep 10 12:17:50 at Function.Module._load (internal/modules/cjs/loader.js:585:3)
Sep 10 12:17:50 at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
Sep 10 12:17:50 at Module.load (internal/modules/cjs/loader.js:653:32)
Sep 10 12:17:50 at Object.Module._extensions…js (internal/modules/cjs/loader.js:789:10)
Sep 10 12:17:50 at Module._compile (internal/modules/cjs/loader.js:778:30)
Sep 10 12:17:50 at Object. (/usr/src/app/index.js:8:5)
Sep 10 12:17:50 at Function.listen (/usr/src/app/node_modules/express/lib/application.js:618:24)
Sep 10 12:17:50 at Server.listen (net.js:1415:7)
Sep 10 12:17:50 at listenInCluster (net.js:1328:12)
Sep 10 12:17:50 at Server.setupListenHandle [as _listen2] (net.js:1263:19)
Sep 10 12:17:50 Error: listen EACCES: permission denied 0.0.0.0:80
Sep 10 12:17:50
Sep 10 12:17:50 ^
Sep 10 12:17:50 throw er; // Unhandled ‘error’ event
Sep 10 12:17:50 events.js:174
Sep 10 12:17:50
Sep 10 12:17:50 > node index
Sep 10 12:17:50 > discord-bot@1.0.0 start /usr/src/app

e no terminal aparece isso
Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Umbler: Build started. Deploy Id #a227be34-1c53-47d6-bcaa-28d4ffae2714
remote: Umbler: Build logs
remote: NPM detected
remote: npm WARN discord-bot1.0.0 No description
remote: npm WARN discord-bot1.0.0 No repository field.
remote:
remote: added 50 packages from 37 contributors and audited 50 packages in 3.044s
remote: found 0 vulnerabilities
remote:
remote: Build OK
remote: Umbler: Build completed successfully! Your application will be updated and published soon.
remote: Umbler: Temporary address: http://discordbot-com.umbler.net
To https://kamino.deploy.umbler.com/j9oxpyrj/discordbot-com.git
ja tentei de tudo editar o package reiniciar, pausar, desinstalar o git e ate agora nada

Olá bom dia tudo bem @Giovanne_Colli ?

Pelo erro consigo verificar que o problema esta na porta que você esta utilizando, recomendamos utilizar a porta 3000 . Portas abaixo de 1024 necessitam de permissão elevada para execução e isso parece estar barrando a execução de sua aplicação.