Build Docker Image with 14 Vaadin Flow

Does any body know how to build a docker image with Vaadin 14 Flow?

There’s nothing special about Vaadin when used with Docker. In the end, a Vaadin app is just a Java web application like any other. So you can do the same you would do with any Java web application. Here’s an example that uses an uber JAR (Spring Boot): https://github.com/alejandro-du/vaadin-microservices-demo/blob/docker/admin-application/Dockerfile. Hope that helps!