mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-04-06 15:30:30 +08:00
fix(server-docker): Use port 3000 as default port.
This commit is contained in:
parent
29e42cfb7a
commit
53bbc5fc13
@ -19,7 +19,7 @@ import shellLocation from '@lowdefy/shell';
|
||||
import { createGetSecretsFromEnv } from '@lowdefy/node-utils';
|
||||
|
||||
const configurationBasePath = process.env.LOWDEFY_SERVER_CONFIGURATION_PATH || './build';
|
||||
const port = parseInt(process.env.LOWDEFY_SERVER_PORT) || 443;
|
||||
const port = parseInt(process.env.LOWDEFY_SERVER_PORT) || 3000;
|
||||
|
||||
const server = getServer({
|
||||
configurationBasePath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user