📦 chore(frontend): add .dockerignore file to exclude node_modules and build directories from Docker image

This commit is contained in:
Gabriel Luiz Freitas Almeida
2023-08-13 17:45:31 -03:00
parent b8d8ed8283
commit f8d4bb70ac

View File

@ -0,0 +1,2 @@
**/node_modules
**/build