Add Docker development workflow

This commit is contained in:
Julian Appel 2026-07-22 22:42:28 +02:00
parent 00cb07f848
commit c991f493da
6 changed files with 127 additions and 5 deletions

8
.dockerignore Normal file
View file

@ -0,0 +1,8 @@
.git
.agents
.codex
.next
data
dist
node_modules
npm-debug.log*