alanshaw / david-www

:eyeglasses: David helps keep your Node.js project dependencies up to date.
https://david-dm.org
MIT License
728 stars 131 forks source link

Update CMD to use npm start #339

Closed donny-dont closed 8 years ago

donny-dont commented 8 years ago

This updates the Dockerfile to Node 6. Adds the updated entry point. It also attempts to keep the image size down by pruning dev dependencies after its built and cleaning the cache.

donny-dont commented 8 years ago

@alanshaw image size could probably go down if anything extraneous in dependencies moves over to dev.

alanshaw commented 8 years ago

:thumbsup: awesome! Thank you!