Michal Janočko
Michal Janočko
Seems like I provided too little detail. I managed to reproduce with this: ```rust use poem::{ http::{StatusCode, Uri}, Endpoint, Request, Route, }; use poem_openapi::{payload::Json, OpenApi, OpenApiService}; struct ClientApi; #[OpenApi(prefix_path =...
Sorry, I'm unsure how to go about this, since the OpenAPI service doesn't implement either `Copy` or `Clone`.
I've never deployed anything Docker-based on ARM and pre-built images are not provided. However, if you clone the repo, you should be able to build the image yourself directly on...