norkator / poker-pocket-backend

Nitramite Poker Pocket light weight NodeJS poker game backend
https://pokerpocket.nitramite.com
MIT License
31 stars 20 forks source link

Minor improvement #20

Closed shrpne closed 1 year ago

shrpne commented 1 year ago

Nothing special here, just minor improvements:

  1. Add nodemon to devDependencies since it is used in npm run dev script, so other contributors will not be forced to install it manually
  2. Use npm ci --omit=dev in Dockerfile, so npm will use package-lock.json and installations will be more resilient (omit dev to skip unneeded devDependencies in production)