Draft: feat login

This commit is contained in:
2025-09-05 03:59:25 +08:00
parent 6d7074198f
commit 3a8e265ce3
28 changed files with 1131 additions and 86 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM docker.io/library/debian:13-slim
ADD game /game
WORKDIR /
ENTRYPOINT ["/game"]
CMD ["serve", "backend"]