chore(.dockerignore): add required docker ignore file

This commit is contained in:
Cory Dransfeldt 2025-04-28 09:39:14 -07:00
parent f85f47bbd4
commit 0c9904750c
No known key found for this signature in database
3 changed files with 10 additions and 3 deletions

7
.dockerignore Normal file
View file

@ -0,0 +1,7 @@
node_modules
npm-debug.log
.dockerignore
.git
.gitignore
Dockerfile
README.md