🙈(docker) add .next to .dockerignore
We don't want to copy this over to the Docker daemon, since this directory can be quite large.
This commit is contained in:
committed by
Manuel Raynaud
parent
ce329142dc
commit
bf66265125
@@ -34,3 +34,4 @@ db.sqlite3
|
||||
|
||||
# Frontend
|
||||
node_modules
|
||||
.next
|
||||
|
||||
@@ -12,6 +12,10 @@ and this project adheres to
|
||||
|
||||
- ✨(frontend) add customization for translations #857
|
||||
|
||||
### Changed
|
||||
|
||||
- 🧑💻(docker): add .next to .dockerignore #1055
|
||||
|
||||
## [3.3.0] - 2025-05-06
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user