From c15ae4bbf9cbfaa9b154706fcc40824bcc5ccaab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Thu, 12 Jan 2017 15:45:15 +0100 Subject: [PATCH] Use gulp production mode in docker images. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adf555f73..d526902f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN rm -rf /var/lib/apt/lists/* # BUILD APP ADD . /app -RUN node_modules/.bin/gulp +RUN node_modules/.bin/gulp --production RUN rm -fr /tmp/node-v4.5.0-linux-x64/ RUN rm -fr /app/bower_components RUN rm -fr /app/node_modules