From 30ada01a13b546f7581f86fb57d0d43065b497f3 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Fri, 23 Oct 2020 21:21:46 +0100 Subject: [PATCH] Clean up front-end container Dockerfile --- Dockerfile.frontend | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile.frontend b/Dockerfile.frontend index d08a6f1..711c71b 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -1,8 +1,6 @@ FROM node:10-slim LABEL maintainer="hello@wagtail.io" -COPY ./wagtail/package.json ./package.json +COPY ./wagtail/package.json ./wagtail/package-lock.json ./ -RUN npm i npm@latest -g RUN npm --prefix / install -RUN npm install npm-run-all gulp webpack /