Skip to content

Commit

Permalink
add eslintignore to the dockerfile where we run eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Nov 6, 2015
1 parent d520662 commit 4d49aac
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 @@ -3,4 +3,4 @@ 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 .eslintrc /home/weave/
COPY webpack.local.config.js webpack.production.config.js server.js .eslintrc .eslintignore /home/weave/

0 comments on commit 4d49aac

Please sign in to comment.