From 02f5434ef3a5b9c55f60335112fecf447e656880 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 7 Jun 2021 15:07:59 +0200 Subject: [PATCH] production=false for webapp --- webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index fa50ef1e5..a086a4b2a 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -72,7 +72,7 @@ COPY . . FROM code as build # yarn install -RUN yarn install --production=true --frozen-lockfile --non-interactive +RUN yarn install --production=false --frozen-lockfile --non-interactive # yarn build RUN yarn run build