more progress - dockerfile

This commit is contained in:
Min Idzelis
2025-06-26 22:41:24 +00:00
parent 839db1e2c4
commit 1c339ff85b
13 changed files with 178 additions and 100 deletions

View File

@@ -73,7 +73,8 @@ install_dependencies() {
log "Installing dependencies"
(
cd "${IMMICH_WORKSPACE}" || exit 1
run_cmd make install-server install-sdk build-sdk install-web
# CI=1 run_cmd make clean install-server install-sdk build-sdk install-web
CI=1 run_cmd make install-all
)
log ""
}