Initial React Kanban app with Docker

This commit is contained in:
2026-03-11 17:23:32 +00:00
commit 1b97b8cfe1
12 changed files with 2075 additions and 0 deletions

5
docker-compose.yml Normal file
View File

@@ -0,0 +1,5 @@
services:
kanban-app:
build: .
ports:
- "8080:80"