Rewrite: make image with couchdb + seed data init script #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Threw Claude at this in combination with genomics status. Idea is to create a docker image from this repo that contains CouchDB + the seed data. On init, a script pulls that seed data into the database and launches it.
This image can then be used instead of the regular couchdb image by other repos (eg. genomics-status) for dev setups. It'll work in exactly the same way, just it'll always have the seed data in it.
This is pretty raw stuff out of Claude, I got it to do a bit of self-testing but not loads. So it might need a bit of polish to get it fully functional.