Closed hardishw closed 2 years ago
cmd = f'./$(out_location {docker_build}) && docker run -it {run_args} cat $SRCS',
cat $SRCS
this supports docker run args but if i want to pass arguments to the docker entrypoint I can't.
https://github.com/thought-machine/pleasings/pull/95
PR merged
cmd = f'./$(out_location {docker_build}) && docker run -it {run_args}
cat $SRCS
',this supports docker run args but if i want to pass arguments to the docker entrypoint I can't.