vmpooler/docker/docker-entrypoint.sh

6 lines
62 B
Bash

#!/bin/sh
set -e
set -- bundle exec vmpooler "$@"
exec "$@"