should i be using `pulumi.asset.FileAsset` wheneve...
# general
b
should i be using
pulumi.asset.FileAsset
whenever i'm mounting a
hostPath
to a
containerPath
with
docker.Container
? i'm trying to tell Pulumi: "replace the container if the content of this host path is changed"
darn, that didnt work