Yipy
How to deploy windows docker image with railway?
first line in dockerfile
FROM mcr.microsoft.com/windows/servercore:ltsc2019
build logs where the error happens
think its because it's because its running in a Linux container and it needs to run in an windows container. How can I do this on railway?
9 replies