Skip to content

๐Ÿ™ˆ(docker) add **/.next to .dockerignore#2034

Merged
AntoLC merged 1 commit intomainfrom
fix/docker-dev-frontend
Mar 18, 2026
Merged

๐Ÿ™ˆ(docker) add **/.next to .dockerignore#2034
AntoLC merged 1 commit intomainfrom
fix/docker-dev-frontend

Conversation

@AntoLC
Copy link
Collaborator

@AntoLC AntoLC commented Mar 17, 2026

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.

@AntoLC AntoLC self-assigned this Mar 17, 2026
@AntoLC AntoLC added bug Something isn't working docker labels Mar 17, 2026
@AntoLC AntoLC requested a review from Ash-Crow March 17, 2026 11:07
@AntoLC AntoLC force-pushed the fix/docker-dev-frontend branch from bc15b53 to 4b3ea98 Compare March 17, 2026 11:08
Copy link
Collaborator

@Ash-Crow Ash-Crow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It fixes the local dev container issue.

Thanks!

@AntoLC AntoLC force-pushed the fix/docker-dev-frontend branch from 4b3ea98 to e82ce61 Compare March 17, 2026 15:32
All the ".next" files are generated by the build
process and should not be included in the Docker
context.
@AntoLC AntoLC force-pushed the fix/docker-dev-frontend branch from e82ce61 to c1998a9 Compare March 18, 2026 08:05
@AntoLC AntoLC merged commit c1998a9 into main Mar 18, 2026
26 of 27 checks passed
@AntoLC AntoLC deleted the fix/docker-dev-frontend branch March 18, 2026 08:37
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants