cant run app in prod mode

Try to run docker image of spring boot app. Run image docker run -p 8080:8080 imageName:latest, and when I try to localhost take error

javax.servlet.ServletException: Servlet.init() for servlet [springServlet]
threw exception
and
java.lang.IllegalArgumentException: Failed to find the bundle manifest file ‘frontend://vaadin-flow-bundle-manifest.json’ in the servlet context for ‘ES6’ browsers. If you are running a dev-mode servlet container in maven e.g. jetty:run change it to jetty:run-exploded. If you are not compiling frontend resources, include the ‘vaadin-maven-plugin’ in your build script. Otherwise, you can skip this error either by disabling production mode, or by setting the servlet parameter ‘original.frontend.resources=true’.