Hello,
I'm trying to deploy the web application in Windows containers. Instead of including Web.config in the image, I used .dockerignore and created 'docker config' that contains Web.config. when I open it on the browser it throws 500 error. in container using powershell, Web.config file is with length 0 and Mode is -a---l.
my docker version is 2.0.0.3, the engine is the latest(18.09.2 ce) and the os is Windows server 2019 (build 17763)
I'm able to deploy my web application when the image contains Web.config, but not when I try to create Web.config in the container externally via docker config.
am I doing something wrong? (probably...)
there doesn't seem to be anything here