diff --git a/.dockerignore b/.dockerignore index fe9c33344..197619027 100644 --- a/.dockerignore +++ b/.dockerignore @@ -34,3 +34,4 @@ db.sqlite3 # Frontend node_modules +.next diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2ce0758..e085f6924 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