mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-16 20:29:45 +00:00
Immich: fix copy error during install (#6497)
This commit is contained in:
parent
df504635a5
commit
b8bdf56297
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ $STD npm run build
|
||||||
cd "$SRC_DIR"/web
|
cd "$SRC_DIR"/web
|
||||||
$STD npm ci
|
$STD npm ci
|
||||||
$STD npm run build
|
$STD npm run build
|
||||||
cp -a web "$APP_DIR"/www
|
cd "$SRC_DIR"
|
||||||
|
cp -a web/build "$APP_DIR"/www
|
||||||
cp LICENSE "$APP_DIR"
|
cp LICENSE "$APP_DIR"
|
||||||
cd "$APP_DIR"
|
cd "$APP_DIR"
|
||||||
export SHARP_FORCE_GLOBAL_LIBVIPS=true
|
export SHARP_FORCE_GLOBAL_LIBVIPS=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue