From e48140815b8f1b229e59c0bd550c20a13cba1442 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 30 Apr 2020 23:32:25 +0100 Subject: [PATCH] attempt to run mix phx.digest in Procfile for #1 --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 8e9edc3..a8f0694 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: mix phx.server \ No newline at end of file +web: mix phx.digest && mix phx.server \ No newline at end of file