This message was deleted.
# general
s
This message was deleted.
g
You can change the image working directory Your CI/CD system probably has the option somewhere to be passed to docker
a
Pulumi supports a global
--cwd
option:
Copy code
$ pulumi --help | grep cwd
  -C, --cwd string                   Run pulumi as if it had been started in another directory
l
Ah ok thx. I think i had a typo with --cwd. Now it works.