We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the best approach to get the openapi.json to update on code changes? Does the image have to rebuild?
openapi.json
I noticed volumes works, but that is not as good as the watch approach right?
volumes
watch
volumes: - .:/app - /app/.venv
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry it looks like I missed this notification.
Is that a file included in your project or what?
Sorry, something went wrong.
Sorry it looks like I missed this notification. Is that a file included in your project or what?
This is what I was doing: https://github.com/trevorpfiz/BioxML-allergen-epitopes/blob/125417cc5248b183daab7b99e2e89a49183f8d59/apps/fastapi/compose.yaml#L14
Don't fully remember what was wrong, but I think the openapi.json was not updating on changes when using docker compose?
But what creates the file?
No branches or pull requests
What is the best approach to get the
openapi.json
to update on code changes? Does the image have to rebuild?I noticed
volumes
works, but that is not as good as thewatch
approach right?Thanks!
The text was updated successfully, but these errors were encountered: