migrate from github

This commit is contained in:
2026-07-15 22:49:51 +08:00
commit 81bc0cecbe
30 changed files with 2580 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM node:20-alpine
WORKDIR /app
EXPOSE 1234
CMD ["sh", "-c", "npm install && node server.js"]