feat(opeanpi): Generate openapi scema dynamically on app startup.#17
feat(opeanpi): Generate openapi scema dynamically on app startup.#17samip5 wants to merge 2 commits intopastebin-fi:masterfrom
Conversation
|
This version doesn't seem to compile on Docker, as there is no I modified the Dockerfile to install In other words, as much as I respect your will to contribute to this project I'm not going to merge this PR as long as the functionality is not separated from the actual API-server. Could the generator script be instead manually ran on development machines? |
No, as the whole purpose of it is to dynamically use environment variables to match the deployment which shouldn't/cannot be done anywhere else easily than runtime meaning that doing it in Docker's build stage is also not something that would satisfy that need. |
No description provided.