LedgerHQ / ledger-vscode-extension

A VS Code extension providing tools to accelerate development of apps for Ledger wallets.
Apache License 2.0
6 stars 3 forks source link

Do not use root user when executing actions through Docker #50

Open agrojean-ledger opened 1 month ago

agrojean-ledger commented 1 month ago

Some tasks use -u 0 to use root when executing commands from the docker container. It causes issues when trying to access generated files with normal user rights.