Is this the right approach to extend the `PATH` us...
# automation-api
l
Is this the right approach to extend the
PATH
used by pulumi to find the language runtime binaries (e.g.
node
), given I mount a NodeJS docker image as volume
/volume
?
Copy code
stack.Workspace().SetEnvVar("PATH", os.Getenv("PATH")+":/volume/bin:/volume/usr/bin:/volume/usr/local/bin")