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 ""
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ services:
|
|||
build:
|
||||
target: dev-container-server
|
||||
env_file: !reset []
|
||||
hostname: immich-dev
|
||||
environment:
|
||||
- IMMICH_SERVER_URL=http://127.0.0.1:2283/
|
||||
volumes: !override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue