Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
This commit is contained in:
commit
147f820350
@ -34,8 +34,12 @@ 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
|
||||||
npm build
|
set -a
|
||||||
|
source /opt/domain-locker.env
|
||||||
|
set +a
|
||||||
|
npm run build
|
||||||
msg_info "Built Domain-Locker"
|
msg_info "Built Domain-Locker"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user