Docker fixes

This commit is contained in:
mrfry 2021-08-11 12:40:19 +02:00
parent e561cc871b
commit 25963566ca
2 changed files with 8 additions and 6 deletions

View file

@ -24,8 +24,8 @@ console.log('Current working directory: ' + process.cwd())
const startHTTPS = true
const isRoot = process.getuid && process.getuid() === 0
const port = isRoot ? 80 : 8080
const httpsport = isRoot ? 443 : 5001
const port = 8080
const httpsport = 5001
// import os from 'os'
// os.setPriority(10)