How can I host a windows-based docker image on Heroku?
Here's contents of my docker file
FROM stefanscherer/node-windows:10
and Heroku deployment fails with this error:
10: Pulling from stefanscherer/node-windows remote: no matching manifest for unknown in the manifest list entries
Is it possible to do such thing on Heroku?