From cf231c202bb2c09aae06b02c1f81e0be08fac297 Mon Sep 17 00:00:00 2001 From: na2na-p Date: Sun, 14 Aug 2022 03:21:03 +0900 Subject: [PATCH] Update --- .eslintrc.js | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1603e3b..7c31260 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,5 +25,8 @@ module.exports = { 'max-len': 'off', 'no-mixed-spaces-and-tabs': 'off', 'new-cap': 'off', + 'camelcase': 'off', + 'no-invalid-this': 'off', + 'prefer-rest-params': 'off', }, }; diff --git a/Dockerfile b/Dockerfile index 610fee0..3150b40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,4 +22,4 @@ WORKDIR /ai RUN npm install && npm run build ENTRYPOINT ["/usr/bin/tini", "--"] -CMD npm start +CMD node --experimental-fetch ./built