mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update
This commit is contained in:
parent
921ade7329
commit
cf231c202b
2 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -22,4 +22,4 @@ WORKDIR /ai
|
|||
RUN npm install && npm run build
|
||||
|
||||
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||
CMD npm start
|
||||
CMD node --experimental-fetch ./built
|
||||
|
|
Loading…
Reference in a new issue