This is a small and simple example how to start a Vaadin Application in a Docker container.
To run the example, follow these steps:
- To build the jar:
mvn clean install -Pproduction
- For building the image:
docker build -t my-starter-project .
- Start the container:
docker run -ti -p 8090:8080 my-starter-project