From d76f721209e8145e9b5819a60a993e3a8a3be8b8 Mon Sep 17 00:00:00 2001 From: Kayden Althen Date: Fri, 8 Feb 2019 15:24:34 -0600 Subject: [PATCH] experimenting with docker deployments with now --- now.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/now.json b/now.json index f2e084ea0ad..94369c5dc95 100644 --- a/now.json +++ b/now.json @@ -6,5 +6,5 @@ }, "public": true, "version": 1, - "type": "npm" + "type": "docker" }