Add Docker build and run workflow

This commit is contained in:
2026-06-01 15:40:23 -06:00
parent c7fc90204e
commit c84cbcdfba
4 changed files with 117 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
.git/
node_modules/
dist/
.vite.log
*.log
.DS_Store
Dockerfile
README.md