🙈(docker) add **/.next to .dockerignore

All the ".next" files are generated by the build
process and should not be included in the Docker
context.
This commit is contained in:
Anthony LC
2026-03-17 12:07:46 +01:00
parent 0fca6db79c
commit c1998a9b24
2 changed files with 6 additions and 1 deletions

View File

@@ -34,4 +34,4 @@ db.sqlite3
# Frontend
node_modules
.next
**/.next