Fixing Dockerfile to match with Readme.md

This commit is contained in:
caribaud 2023-06-04 20:57:51 +02:00
parent c8451c07aa
commit ca0f9f4e59
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ RUN npm install eslint --global
COPY eslintrc.json /eslintrc.json 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"]