1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

Fix ownership of anonymous volume mount points in devcontainer

This commit is contained in:
Conner Turnbull
2026-01-29 11:23:28 -05:00
parent 4a8501b9be
commit dccc27a9a0

View File

@@ -61,6 +61,9 @@ if [ "$SETUP_MKCERT" = "yes" ]; then
cd /workspace
fi
# Fix ownership of anonymous volume mount points (created as root by Docker)
sudo chown node:node /workspace/node_modules /workspace/apps/desktop/desktop_native/target
if [ "$RUN_NPM_CI" = "yes" ]; then
# Install npm dependencies
echo "Running npm ci..."