I am running a local Jetty server to serve html pages which can access a gateway microservice using javascript. I’d like to turn it into an Docker image so that I can run the whole system using Docker instead of running part by part, because there are many microservices in the project. I just get started with Docker, I know some basic commands, but no idea how to turn my local running Jetty server that contains the static contents under jetty-basewebapps to a docker image, or how to make my static content available to an oficial Jetty image running in Docker desktop on Windows as I am using Windows.
I’d be very grateful if someone can help me figure it out.
I pulled the official Jetty image to my docker desktop on Windows, but I don’t know to to deploy my html pages to it.