browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
638 stars 96 forks source link

Containerized builds #117

Closed max-mapper closed 7 years ago

max-mapper commented 8 years ago

If anyone wants to wrap the current build process inside Docker (or some other container) that would be awesome and would help with potential security issues. Right now we sort of trust that npm scripts won't do anything bad, but that's pretty bad from a security standpoint. Docker obviously isn't a security panacea, but it is at least better than what we have now.

jfhbrook commented 8 years ago

Agreement. This also makes it really easy to do cleanup afterwards.

max-mapper commented 8 years ago

Awesomeness. I wonder if theres a module that implements the child_process api but with docker?