dockerfiles/windmill/entrypoint.sh

8 lines
61 B
Bash
Raw Normal View History

#!/bin/bash
set -e
set -o pipefail
rake db:setup
exec "$@"