diff --git a/client/Dockerfile b/client/Dockerfile index 39589d5a84..22c5fde995 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -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/