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 /