mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
🙈(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:
parent
0fca6db79c
commit
c1998a9b24
2 changed files with 6 additions and 1 deletions
|
|
@ -34,4 +34,4 @@ db.sqlite3
|
|||
|
||||
# Frontend
|
||||
node_modules
|
||||
.next
|
||||
**/.next
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ and this project adheres to
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Fixed
|
||||
|
||||
- 🙈(docker) add **/.next to .dockerignore #2034
|
||||
|
||||
|
||||
## [v4.8.1] - 2026-03-17
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Reference in a new issue