Container now installs on build

This commit is contained in:
Smultar 2024-01-06 20:19:23 -06:00
parent 2c8d2a0a8d
commit db1250015a

View File

@ -41,7 +41,7 @@
"runArgs": ["--name", "wf.emulator"],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
"postCreateCommand": "pnpm i",
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root"