chore: initial import — heicode manager + website

This commit is contained in:
2026-05-20 14:07:30 +08:00
commit 2a1d8d8191
2079 changed files with 481382 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
heicode-www:
build:
context: ./website
dockerfile: Dockerfile
ports:
- "8888:80"
restart: unless-stopped