From 93ed2970226dcf3ed8703aa8b7f9dfc2e8436f8b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:39:24 +0100 Subject: [PATCH] Update domain-locker-install.sh --- install/domain-locker-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/domain-locker-install.sh b/install/domain-locker-install.sh index 6b3fd67ab..4c6e5a127 100644 --- a/install/domain-locker-install.sh +++ b/install/domain-locker-install.sh @@ -34,7 +34,11 @@ DL_PG_NAME=$PG_DB_NAME # Build + Runtime DL_ENV_TYPE=selfHosted NITRO_PRESET=node_server +NODE_ENV=production EOF +set -a +source /opt/domain-locker.env +set +a npm run build msg_info "Built Domain-Locker"