Files
weave-scope/client/Dockerfile
2015-08-18 11:21:02 +00:00

7 lines
164 B
Docker

FROM node:0.10
WORKDIR /home/weave
RUN npm install -g gulp
COPY package.json /home/weave/
RUN npm install
COPY gulpfile.js webpack.config.js .eslintrc /home/weave/