From ca0f9f4e599778c15370a962fc624c7b78487dc5 Mon Sep 17 00:00:00 2001 From: caribaud Date: Sun, 4 Jun 2023 20:57:51 +0200 Subject: [PATCH] Fixing Dockerfile to match with Readme.md --- eslint/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint/Dockerfile b/eslint/Dockerfile index 000aeb9..a369c63 100644 --- a/eslint/Dockerfile +++ b/eslint/Dockerfile @@ -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"]