Fixing Dockerfile to match with Readme.md
This commit is contained in:
parent
c8451c07aa
commit
ca0f9f4e59
|
@ -6,6 +6,6 @@ RUN npm install eslint --global
|
|||
|
||||
COPY eslintrc.json /eslintrc.json
|
||||
|
||||
ENTRYPOINT ["eslint", "--no-eslintrc"]
|
||||
WORKDIR melpomene
|
||||
|
||||
CMD ["--help"]
|
||||
CMD ["eslint", "--no-eslintrc", "-c", "eslint/eslintrc.json", "-f", "html", "-o", "eslint_report.html", "melpomene.js"]
|
||||
|
|
Loading…
Reference in New Issue