From e4cb6f536a76d2bb360746d5be7a8cf74cdfce67 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 5 Apr 2020 12:35:43 +0200 Subject: [PATCH] build in production mode --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77e4925..9961245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ADD nextcloud-auth.patch /build/nextcloud-auth.patch WORKDIR /build RUN git apply nextcloud-auth.patch -RUN npm install +RUN npm install --production RUN make build FROM thallian/confd-env:latest