diff --git a/scripts/install b/scripts/install index 99043ec..b446030 100755 --- a/scripts/install +++ b/scripts/install @@ -148,8 +148,8 @@ pushd $final_path/build ./docker-image-extract altran1502/immich-web:$IMMICH_WEB_VERSION popd mkdir -p "$final_path/web/" -pushd $final_path/build - /bin/sh output/usr/src/app/entrypoint.sh +pushd $final_path/build/output/usr/src/app + /bin/sh entrypoint.sh sudo tree popd rsync -a "$final_path/build/output/usr/src/app/build/" "$final_path/web/"