-
-
Notifications
You must be signed in to change notification settings - Fork 309
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Yes, when I mount a custom openapi.yml into the geopython/pygeoapi Docker image, it gets overwritten by the entrypoint.sh script, which always generates a new openapi.yml at startup.
Describe the solution you'd like
Modify the entrypoint.sh script to check if an openapi.yml or PYGEOAPI_OPENAPI already exists before generating one. If a custom file is present, the script should skip the generation step.
Additional context
Allowing custom openapi.yml files to persist enhances flexibility. I'm willing to submit a PR with the necessary changes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request