Merged
Conversation
awilfox
reviewed
Jan 30, 2026
Member
awilfox
left a comment
There was a problem hiding this comment.
Glad to see this being moved out of the app directory! A few improvements can be made.
26a9c99 to
25c4c1a
Compare
anarchivist
approved these changes
Feb 2, 2026
docker-compose: Don't bind /opt/app This will prevent 'hot reload' from working inside Docker (the image will need to be rebuilt for every change), but it does ensure webpack works correctly. Otherwise, the binstub is overridden by our own bin/ (and can't be put back because node_modules/ isn't available either). changing where yarn is built changes for yarn path Fixing yarn issue in development deals with gpg expired key running yarn build from /usr/local/yarn copying over yarn files for prod from dev added destination directory for copy of yarn dir from dev to prod moving back to /opt/app in prod to precompile assets removed custom gpg key from Dockerfile putting gpg key set back in to Dockerfile gpg key was renewed so using the original access method removed old call to fetch yarn update env for yarn path, using --cwd for yarn install instead of switching WORKDIR
25c4c1a to
1e20fc5
Compare
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.
installs yarn outside of /opt/app