🙈(docker) add **/.next to .dockerignore

All the ".next" files are generated by the build
process and should not be included in the Docker
context.
This commit is contained in:
Anthony LC 2026-03-17 12:07:46 +01:00
parent 0fca6db79c
commit c1998a9b24
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -34,4 +34,4 @@ db.sqlite3
# Frontend # Frontend
node_modules node_modules
.next **/.next

View file

@ -6,6 +6,11 @@ and this project adheres to
## [Unreleased] ## [Unreleased]
### Fixed
- 🙈(docker) add **/.next to .dockerignore #2034
## [v4.8.1] - 2026-03-17 ## [v4.8.1] - 2026-03-17
### Added ### Added