Closed dcluna closed 5 years ago
This PR was inspired by my need to add a xvfb-run before the bundle exec in the docker container.
xvfb-run
bundle exec
I figured it'd be a more flexible way for other use cases too (e.g. when sh is not in the image for some reason, but another shell is), so here it is.
sh
This PR was inspired by my need to add a
xvfb-run
before thebundle exec
in the docker container.I figured it'd be a more flexible way for other use cases too (e.g. when
sh
is not in the image for some reason, but another shell is), so here it is.