Skip to content

Commit

Permalink
Add eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Nov 16, 2015
1 parent a48e846 commit a1195c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ COPY package.json /home/weave/
ENV NPM_CONFIG_LOGLEVEL warn
# 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/
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc .eslintignore /home/weave/

0 comments on commit a1195c5

Please sign in to comment.