mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 08:43:54 +00:00
12 lines
297 B
YAML
12 lines
297 B
YAML
name: bitwarden_common
|
|
|
|
services:
|
|
bitwarden_clients:
|
|
image: mcr.microsoft.com/devcontainers/typescript-node:22
|
|
volumes:
|
|
- ../../:/workspace:cached
|
|
- /workspace/node_modules
|
|
- /workspace/apps/desktop/desktop_native/target
|
|
shm_size: "1gb"
|
|
command: sleep infinity
|