add .dockerignore to exclude node_modules from Docker builds

This commit is contained in:
2025-09-02 06:12:09 +03:00
parent bdbdd10231
commit d0da5155a1

1
.dockerignore Normal file
View File

@@ -0,0 +1 @@
node_modules