mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 19:21:46 +00:00
add eslintignore to the dockerfile where we run eslint
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user