This commit is contained in:
na2na-p 2022-08-14 03:21:03 +09:00
parent 921ade7329
commit cf231c202b
No known key found for this signature in database
GPG key ID: C2038CA8B2D047B3
2 changed files with 4 additions and 1 deletions

View file

@ -25,5 +25,8 @@ module.exports = {
'max-len': 'off', 'max-len': 'off',
'no-mixed-spaces-and-tabs': 'off', 'no-mixed-spaces-and-tabs': 'off',
'new-cap': 'off', 'new-cap': 'off',
'camelcase': 'off',
'no-invalid-this': 'off',
'prefer-rest-params': 'off',
}, },
}; };

View file

@ -22,4 +22,4 @@ WORKDIR /ai
RUN npm install && npm run build RUN npm install && npm run build
ENTRYPOINT ["/usr/bin/tini", "--"] ENTRYPOINT ["/usr/bin/tini", "--"]
CMD npm start CMD node --experimental-fetch ./built