Hi,
I started my project with the plain server sample. the project now is completed. I am able to run in my local with "mvn jetty:run" . it is now time to build a docker image and run in container in AWS. With the springboot app the starting point is the main class and can be easily run with the java -jar command but with the plain server set up
How do build the docker image and run it ?
what do I need to add to the pom? (build tag)
what is my dockerfile looks like?
please advice
I attached my pom