feat(docs): enhance documentation structure and add Docker support for standalone Next.js app

This commit is contained in:
HouYunFei
2026-06-02 13:23:11 +08:00
parent 7802771e56
commit 6413011e54
24 changed files with 250 additions and 94 deletions
+6
View File
@@ -0,0 +1,6 @@
services:
docs:
image: ghcr.io/basketikun/infinite-canvas-docs:latest
ports:
- "3001:3000"
restart: unless-stopped