Run windows app from windows docker image

Hi
I have simple App that i made on VS 2015 on framwork 4.5, its a form app but it can run on console too.
It connects to my localdb and do a large process but i would like to move it to a docker process
I created a docker image using the sqlserver image to test if it is posible and i copy the files of my app to the image but when i run it is does not show any error.
I started a container and step into it to run the cmd without sucess.
What should i do?
Regards