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