mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 05:41:49 +01:00
Docker File and Port Settings for the Railway App
This commit is contained in:
parent
e50b4952b6
commit
e476a10ad3
@ -19,7 +19,7 @@ export class AppWorker implements IRunnable {
|
||||
}
|
||||
|
||||
public run(): void {
|
||||
const port = Number(process.env.SERVER_PORT) || 8008
|
||||
const port = Number(process.env.PORT) || 8008
|
||||
|
||||
this.adapter.listen(port)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user