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