Hi, how do I do the equivalent of `docker build - ...
# general
n
Hi, how do I do the equivalent of
docker build - < Dockerfile
i.e. building without a context? I tried setting build.context="" ( https://www.pulumi.com/registry/packages/docker/api-docs/image/#dockerbuild ) but that seems to set the context to the current dir... I could point it to some empty dir as a workaround but I wonder if there's a better way?