From 91ac65fec698ecb8155a8387abdb5a80abbe834c Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 2 Aug 2018 20:44:21 -0400 Subject: [PATCH] Add deploy type to now.json --- now.json | 1 + 1 file changed, 1 insertion(+) diff --git a/now.json b/now.json index ae4d78f2..9bffd25b 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,7 @@ { "name": "react-server-example-tsx", "alias": "react-tsx.now.sh", + "type": "docker", "env": { "NODE_ENV": "production" }