demo docker file

This commit is contained in:
2026-02-17 11:32:25 +00:00
parent 2f75efa964
commit 09be4c2472
7 changed files with 588 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
services:
hcd-demo:
build: .
ports:
- "8050:8050"
restart: unless-stopped