From 167876ee3d56e7c3c7264d21e2e6472fcc9ffc59 Mon Sep 17 00:00:00 2001 From: David Jay Date: Mon, 7 Nov 2016 16:35:46 -0500 Subject: [PATCH] Enabling build in dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdb7652d5..985e55159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN npm install COPY . /usr/src/app # Compile static assets -# RUN npm run build +RUN npm run build # Prune development dependancies RUN npm prune --production