Refresh of dockerfiles with uv and other tweaks#5752
Open
bjester wants to merge 3 commits intolearningequality:unstablefrom
Open
Refresh of dockerfiles with uv and other tweaks#5752bjester wants to merge 3 commits intolearningequality:unstablefrom
bjester wants to merge 3 commits intolearningequality:unstablefrom
Conversation
rtibbles
approved these changes
Mar 11, 2026
Member
rtibbles
left a comment
There was a problem hiding this comment.
I ran just the services using podman and the devserver independently, and that worked.
Then I ran podman compose up and that also seemed to run the devserver too (slightly contrary to the PR guidance - but it all seems to be working as intended and not breaking any workflows).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
trixie, up frombookwormuvimage based off the python-trixie imagedocker-compose.ymlsetup to have only one file, by moving the port exposures fromdocker-compose.alt.ymlto the main fileMakefilefor changes to thedocker-compose.ymland resolves long-standing issue withdocker-composecheckwebpack.config.jsto ensure the webpack devserver is accessible when running everything through docker (from 246f58e#diff-1fb26bc12ac780c7ad7325730ed09fc4c2c3d757c276c3dacc44bfe20faf166fR19-R78)References
Follow up to #5719
Reviewer guidance
Development
make dcbuilddocker compose uppnpm run devsetupin another terminalProduction
The production setup isn't really runnable, but you can ensure the image builds correctly, by replacing
docker/Dockerfile.devwithdocker/Dockerfile.prodin thedocker-compose.yml. With a fewer other tweaks, I ran the server to verify it at least started.AI usage
I used Codex to refactor the Dockerfiles, then refactored them myself and performed further edits and verifications.