1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

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
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 ""
}