From c1998a9b2490e1d6caeb930bd83586458aaaedbb Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 17 Mar 2026 12:07:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88(docker)=20add=20**/.next=20to=20.d?= =?UTF-8?q?ockerignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All the ".next" files are generated by the build process and should not be included in the Docker context. --- .dockerignore | 2 +- CHANGELOG.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 197619027..dc3ed9896 100644 --- a/.dockerignore +++ b/.dockerignore @@ -34,4 +34,4 @@ db.sqlite3 # Frontend node_modules -.next +**/.next diff --git a/CHANGELOG.md b/CHANGELOG.md index 773ae0bf2..3812c1d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to ## [Unreleased] +### Fixed + +- 🙈(docker) add **/.next to .dockerignore #2034 + + ## [v4.8.1] - 2026-03-17 ### Added