mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: speedup devcontainer start (#19406)
This commit is contained in:
parent
9ca31abae9
commit
c1b82bed9b
5 changed files with 20 additions and 7 deletions
|
|
@ -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 ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue