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