kopia lustrzana https://github.com/wagtail/docker-wagtail-develop
Merge pull request #19 from thibaudcolas/chore/frontend-commands
Clean up front-end container Dockerfilepull/24/head
commit
09ae6c40a9
|
@ -1,8 +1,6 @@
|
||||||
FROM node:10-slim
|
FROM node:10-slim
|
||||||
LABEL maintainer="hello@wagtail.io"
|
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 --prefix / install
|
||||||
RUN npm install npm-run-all gulp webpack /
|
|
||||||
|
|
Ładowanie…
Reference in New Issue