When running a docker build, is it possible to pri...
# general
w
When running a docker build, is it possible to print the exact docker commands being used? I'm trying to work out some presence issues with env vars and it would help to see exactly what pants is invoking
c
Having you tried
-ldebug
or keeping the sandbox and inspecting the run script?
w
I don't think ldebug gave me what I was looking for, i'll try the sandbox, thanks!