Files
weave-scope/client/Dockerfile

6 lines
146 B
Docker

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