From af9e3718f8f95451d28e97a7a4463168421592a2 Mon Sep 17 00:00:00 2001 From: Javier Manzano Date: Fri, 23 Oct 2020 10:59:49 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d908027ce..580527b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="blue" # Copy the package.json and package-lock.json COPY package*.json ./ -COPY npm install -g npm@7.0.3 +RUN npm install -g npm@7.0.3 # Install dependencies RUN apt-get update