Update domain-locker-install.sh
This commit is contained in:
parent
3a573a46e3
commit
93ed297022
@ -34,7 +34,11 @@ DL_PG_NAME=$PG_DB_NAME
|
|||||||
# Build + Runtime
|
# Build + Runtime
|
||||||
DL_ENV_TYPE=selfHosted
|
DL_ENV_TYPE=selfHosted
|
||||||
NITRO_PRESET=node_server
|
NITRO_PRESET=node_server
|
||||||
|
NODE_ENV=production
|
||||||
EOF
|
EOF
|
||||||
|
set -a
|
||||||
|
source /opt/domain-locker.env
|
||||||
|
set +a
|
||||||
npm run build
|
npm run build
|
||||||
msg_info "Built Domain-Locker"
|
msg_info "Built Domain-Locker"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user