docker image building and docker compose support

This commit is contained in:
badblocks 2026-01-06 08:08:12 -08:00
parent f641dac69b
commit 22c2bc1492
No known key found for this signature in database
3 changed files with 56 additions and 0 deletions

12
.dockerignore Normal file
View file

@ -0,0 +1,12 @@
.DS_Store
node_modules
dist
Dockerfile*
docker-compose*
.dockerignore
.git
.gitignore
README.md
LICENSE
.vscode
.env.*