From b3538577dc25ebb839b20000606cc9125b248a32 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 7 Jun 2021 15:31:29 +0200 Subject: [PATCH] backend production=false --- backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 85fdd3957..1a28b2e0d 100644 --- a/backend/Dockerfile +++ b/backend/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