From 2567a2383624e5e2bfa4af580db1e7aa3d7abb7d Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Thu, 12 Nov 2020 14:58:09 +0100 Subject: [PATCH] Run migrations before starting the server. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8e0088a124..646fa2d295 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec nexmo-developer --clear-cache --docs /app +web: bundle exec nexmo-developer --clear-cache --docs /app --run-migrations