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
curved-manchester-66006
07/30/2024, 9:51 PM
Having you tried
-ldebug
or keeping the sandbox and inspecting the run script?