Files
weave-scope/client/Dockerfile
2015-11-11 19:15:49 +01:00

7 lines
237 B
Docker

FROM node:4.2.2
WORKDIR /home/weave
COPY package.json /home/weave/
# Dont install optional developer tools
RUN npm install --no-optional
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc /home/weave/