chore: speedup devcontainer start (#19406)

This commit is contained in:
Min Idzelis 2025-06-24 05:59:52 -04:00 committed by GitHub
parent 9ca31abae9
commit c1b82bed9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 7 deletions

View file

@ -73,10 +73,10 @@ install_dependencies() {
log "Installing dependencies"
(
cd "${IMMICH_WORKSPACE}" || exit 1
run_cmd make install-server
run_cmd make install-sdk
run_cmd make ci-server
run_cmd make ci-sdk
run_cmd make build-sdk
run_cmd make install-web
run_cmd make ci-web
)
log ""
}