Skip to content

Add $* to allow for command line options to run.sh

Yan Grange requested to merge cli-opt into master

This is a very simple way to achieve that we can just do run.sh -d to run the container in background mode. And it adds freedom to specify basically any parameter to docker compose run. Curious to hear what you think of it :).

Merge request reports