mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(devcontainer): update build cache volume (#28736)
This commit is contained in:
parent
2382894fa2
commit
d120444a87
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
volumes:
|
||||
- ${UPLOAD_LOCATION:-upload-devcontainer-volume}${UPLOAD_LOCATION:+/photos}:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- pnpm_store_server:/buildcache/pnpm-store
|
||||
- build_cache:/buildcache
|
||||
- ../packages/plugin-core:/build/plugins/immich-plugin-core
|
||||
immich-web:
|
||||
env_file: !reset []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue