1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-03 10:50:42 +02:00
Jess Frazelle 2f7705a41a
update windmill
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-21 18:35:48 -04:00

8 lines
61 B
Bash
Executable File

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