dockerscript
dockerscript copied to clipboard
Write your Dockerfile in javascript!
Fix #2. I bumped the version up since this is possibly a breaking change. I can make it a different version if you want. Reviewed by @tolmasky.
Let’s get started with automated dependency management for dockerscript :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
If you have code like this: ```javascript var t = require("./x"); setTimeout(function() { console.log(t === require("./x")); }, 1000); ``` The second require appears to be not sandboxed while the first...
Forget to specify the output file and dockerscript will clear our your brand new dockerfile.js. This just bit me.