eslintignore was removed

This commit is contained in:
David Kaltschmidt
2015-11-11 19:15:49 +01:00
parent 7d5cc11d7e
commit c458b29034

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 .babelrc .eslintrc .eslintignore /home/weave/
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc /home/weave/