Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .generation/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Patched version of openapi-generator-cli with python3 support

FROM docker.io/openapitools/openapi-generator-cli:v7.0.1
FROM docker.io/openapitools/openapi-generator-cli:v7.11.0

RUN apt-get update && apt-get install -y python3
2 changes: 1 addition & 1 deletion .generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From the root of the repository run:
To fetch the OpenAPI spec from the backend, run:

```bash
cargo run --features pro
cargo run
wget http://localhost:3030/api/api-docs/openapi.json -O - \
| python -m json.tool --indent 2 > .generation/input/openapi.json
```
Expand Down
Loading