FROM swaggerapi/swagger-ui:v5.1.0
COPY docs/openapi.yml /usr/share/nginx/html/docs/openapi.yml
ENV API_URL="docs/openapi.yml"
