From 33c41233da3f0c8f912c742ee9ab278c4c83edc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 27 Aug 2021 02:11:49 +0300 Subject: [PATCH] Updated Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c95f6e..bcfb1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ WORKDIR /usr/src/app COPY / /usr/src/app/ -RUN npm install -g npm - RUN npm install RUN npm run build