Add .dockerignore file to exclude node_modules, dist, and .env

This commit is contained in:
MayaTheShy
2026-03-21 16:51:13 -04:00
parent 6021b9603c
commit 4a664914e9

3
web/client/.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
dist
.env