A Dockerfile that I am trying to run as a Task requires build args. I am able to set the build args in a Job manifest successfully, but there is no option to declare them when running as a one-off task. Consider adding support for a --build-args when using copilot task run.
A Dockerfile that I am trying to run as a Task requires build args. I am able to set the build args in a Job manifest successfully, but there is no option to declare them when running as a one-off task. Consider adding support for a
--build-argswhen usingcopilot task run.