Docker container run as windows service

Hello community,

I have successfully created a Docker image for my Next.js application, and I’m now looking to run this Docker container as a Windows service. I want to ensure that my Next.js application is always up and running in the background.

Is there a recommended solution or best practice for achieving this on a Windows environment? Any insights, guidance, or recommendations would be greatly appreciated.

Thank you for your assistance!