From bf66265125a0cd82a150bf96fdcffca106f49ff8 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Jun 2025 00:21:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88(docker)=20add=20.next=20to=20.dock?= =?UTF-8?q?erignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don't want to copy this over to the Docker daemon, since this directory can be quite large. --- .dockerignore | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.dockerignore b/.dockerignore index fe9c3334..19761902 100644 --- a/.dockerignore +++ b/.dockerignore @@ -34,3 +34,4 @@ db.sqlite3 # Frontend node_modules +.next diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2ce075..e085f692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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