fix(devcontainer): update build cache volume (#28736)
parent
2382894fa2
commit
d120444a87
|
|
@ -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…
Reference in New Issue