-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Multiple files to SWAGGER_JSON #4820
Copy link
Copy link
Closed
Description
I would like to know if there's a way to input multiple files to the environment variable SWAGGER_JSON variable in Docker that will generate something like a drop list in the UI or something.
For now I have something similar to this on my Dockerfile:
ENV SWAGGER_JSON "/docs/doc1.yaml"
And would like to know if there's a structure that maybe looks like:
ENV SWAGGER_JSON "['/docs/doc1.yaml','/docs/doc2.yaml']"
Reactions are currently unavailable