Hi there,
We just started to try Doppler in my company to improve our secrets management
No problem to setup envs, and first tokens to retrieve secrets.
However, when using
["doppler", "run", "--", "echo $PATH"]
The PATH I get is my host path and not the container path from the Dockerfile.
Consequences, it cannot find supervisord binary and configuration which are only available in the containers and not on my host filesystem.
If I try to run supervisord instead of echoing the PATH I get
| Doppler Error: fork/exec /usr/bin/supervisord -c /etc/supervisord.conf: no such file or directory
Am I missing something about PATH, binary management using doppler and docker/docker-compose ?
EDIT: I am sure supervisord and supervisord.conf are packed in the images I am starting with docker-compose. I did a manual check.
Best regards