add eslintignore to the dockerfile where we run eslint

This commit is contained in:
Paul Bellamy
2015-11-04 14:40:50 +00:00
parent d520662e96
commit 4d49aaccaa

View File

@@ -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/