^
This commit is contained in:
parent
9f5a01ec8e
commit
5c1c99ebdf
2 changed files with 4 additions and 1 deletions
|
@ -78,6 +78,8 @@ fi
|
|||
# Install dependancies
|
||||
sudo -u $UN npm i
|
||||
wait
|
||||
sudo -u $UN npm update
|
||||
wait
|
||||
sudo -u $UN npm run build
|
||||
wait
|
||||
#########################################################################################
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
API_URI="{api_url}"
|
||||
APP_MOUNT_URI="/{app_mount_uri}/"
|
||||
STATIC_URL="https://{app_host}/"
|
||||
STATIC_URL="https://{app_host}/"
|
||||
NODE_OPTIONS=--max_old_space_size=1536
|
Loading…
Reference in a new issue