๐(docker) add **/.next to .dockerignore#2034
Merged
Conversation
bc15b53 to
4b3ea98
Compare
Ash-Crow
approved these changes
Mar 17, 2026
Collaborator
Ash-Crow
left a comment
There was a problem hiding this comment.
It fixes the local dev container issue.
Thanks!
4b3ea98 to
e82ce61
Compare
All the ".next" files are generated by the build process and should not be included in the Docker context.
e82ce61 to
c1998a9
Compare
lunika
added a commit
that referenced
this pull request
Mar 19, 2026
Changed - โฟ๏ธ(frontend) ensure doc title is h1 for accessibility #2006 - โฟ๏ธ(frontend) add nb accesses in share button aria-label #2017 Fixed - ๐(frontend) fix image resizing when caption #2045 - ๐(docker) add \*\*/.next to .dockerignore #2034 - โฟ๏ธ(frontend) fix share modal heading hierarchy #2007 - โฟ๏ธ(frontend) fix Copy link toast accessibility for screen readers #2029 - โฟ๏ธ(frontend) fix modal aria-label and name #2014 - โฟ๏ธ(frontend) fix language dropdown ARIA for screen readers #2020 - โฟ๏ธ(frontend) fix waffle aria-label spacing for new-window links #2030 - ๐(backend) stop using add_sibling method to create sandbox document #2084 - ๐(backend) duplicate a document as last-sibling #2084
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.
Purpose
The container "frontend-development" was failing since the upgrade of Next.
Seems to be because all the ".next" files generated by the build process should not be included in the Docker context.