thought-machine / pleasings

Addons & new build rules for Please
Apache License 2.0
98 stars 39 forks source link

Docker run doesn't support entrypoint args #93

Closed hardishw closed 2 years ago

hardishw commented 2 years ago

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.

hardishw commented 2 years ago

https://github.com/thought-machine/pleasings/pull/95

hardishw commented 2 years ago

PR merged