🔧 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:
parent
f9112facda
commit
df51f7879c
1 changed files with 2 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
**/node_modules
|
||||
**/node_modules
|
||||
**/build
|
||||
Loading…
Add table
Add a link
Reference in a new issue