WebToApp 源码解析: apkbuilder 字节级分析 + docs 站

This commit is contained in:
kang
2026-04-13 16:45:55 +08:00
commit a51810982a
5 changed files with 776 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY site/ /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80