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

This commit is contained in:
MayaTheShy
2026-03-21 16:53:15 -04:00
parent c1399fb44e
commit 7935bd6938

3
web/server/.dockerignore Normal file
View File

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