⚡️(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:
committed by
aleb_the_flash
parent
6ee39a01af
commit
4579e668b6
@@ -31,3 +31,6 @@ db.sqlite3
|
|||||||
.mypy_cache
|
.mypy_cache
|
||||||
.pylint.d
|
.pylint.d
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
|
|
||||||
|
# Frontend dependencies
|
||||||
|
node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user