From 684cc7a2dcff6081894eb0a06222f749dbac8008 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 2 Jan 2018 20:57:25 -0500 Subject: [PATCH] Fixing Dockerfile run --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0297038..115d971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /app RUN npm install \ && cd functions && npm install && cd ../ \ -RUN npm run build + && npm run build # Enable support for Chromium ARG DEBIAN_FRONTEND=noninteractive