Move compose file into WebGL build

This commit is contained in:
yangbear
2026-07-14 03:32:58 +08:00
parent 2ce29568ee
commit 5ca24ec3b8
@@ -11,7 +11,7 @@ services:
ports:
- "24710:24710"
volumes:
- ./Build:/app
- ./:/app
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:24710/"]