️(docker) add frontend dependencies to .dockerignore

Ignore frontend dependencies when coping frontend sources to build
the frontend Docker image. It would improve a bit performances locally,
when building the frontend image.
This commit is contained in:
Lebaud Antoine
2024-03-11 17:01:04 +01:00
committed by aleb_the_flash
parent 6ee39a01af
commit 4579e668b6

View File

@@ -31,3 +31,6 @@ db.sqlite3
.mypy_cache
.pylint.d
.pytest_cache
# Frontend dependencies
node_modules