dockerfile-x
dockerfile-x copied to clipboard
Fix stdin input on Windows
The startsWith('/') heuristic does not work in windows. Instead, rely on the portable path.isAbsolute node call.