From 9a756acbed9f627341b53c59ecba57f88e88aa07 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 6 Nov 2020 12:55:15 +0100 Subject: [PATCH] Don't debug env anymore --- entrypoint.sh.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 7aee746..30485f9 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -35,7 +35,6 @@ re_use() { } db_setup() { - env bundle exec rake db:setup }