Add .dockerignore to exclude dist and node_modules (#433)

This commit is contained in:
Heikon Silva Costa
2025-12-31 07:44:17 -03:00
committed by GitHub
parent ffb4a28785
commit 0e8ca0c862

2
.dockerignore Normal file
View File

@@ -0,0 +1,2 @@
dist
node_modules