master/scripts/ruby

7 lines
94 B
Bash
Executable File

#!/bin/sh
exec docker run --rm \
-v ${PWD}:${PWD} \
-w ${PWD} \
ruby:2-alpine $@