From 8ffebfa3f1bc5f20221362a8fee3a82773a1bb87 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Sun, 17 Jan 2021 21:32:25 +0100 Subject: [PATCH] :hammer: update yarn install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e2feb0..5ad1625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:dubnium WORKDIR /app -RUN yarn install +RUN yarn install --production=false COPY . .