mirror of https://github.com/tteck/Proxmox.git
Update photoprism-install.sh
This commit is contained in:
parent
284729b501
commit
8840fabc1f
|
@ -123,7 +123,7 @@ git checkout release &>/dev/null
|
||||||
msg_ok "Cloned PhotoPrism"
|
msg_ok "Cloned PhotoPrism"
|
||||||
|
|
||||||
msg_info "Building PhotoPrism"
|
msg_info "Building PhotoPrism"
|
||||||
make all &>/dev/null
|
NODE_OPTIONS=--max_old_space_size=2048 make all &>/dev/null
|
||||||
./scripts/build.sh prod /opt/photoprism/bin/photoprism &>/dev/null
|
./scripts/build.sh prod /opt/photoprism/bin/photoprism &>/dev/null
|
||||||
cp -a assets/ /opt/photoprism/assets/ &>/dev/null
|
cp -a assets/ /opt/photoprism/assets/ &>/dev/null
|
||||||
msg_ok "Built PhotoPrism"
|
msg_ok "Built PhotoPrism"
|
||||||
|
|
Loading…
Reference in New Issue