1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update install

This commit is contained in:
Limezy 2022-08-31 02:50:42 +07:00
parent a23fe5fe71
commit 8dafd0c194

View file

@ -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/"