diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 4876ffc..9cb6525 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -34,7 +34,8 @@ reuse() { } db_setup() { - rake db:setup + echo "TODO: rake db:setup" + # rake db:setup } reuse