Jay

Results 3 comments of Jay

You can pair spectree with https://github.com/sveint/flask-swagger-ui for now. Not a perfect solution, but an easy workaround. Here's a quick example: https://gist.github.com/jaykv/cd9afb91fa5a2fafc206345b7dd4b984

> For anyone else wondering, you can bypass the problem by doing the following in your custom builder image: > > ```dockerfile > RUN mv /bin/bash /kaniko/bash && ln -sf...

Hey @luolingchun , this is working great for me! Only suggestion would be to expose a way to override the default `openapi_html_string` template for the /openapi page