🔧 chore(frontend): update .dockerignore to exclude the 'build' directory from Docker build context

🐛 fix(frontend): add 'build' directory to .dockerignore to prevent it from being included in Docker build context
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-06 12:09:44 -03:00
commit df51f7879c

View file

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