update: 2026-03-28 20:59

This commit is contained in:
2026-03-28 20:59:52 +08:00
parent e21d58e603
commit 1c81d4e6ea
611 changed files with 27847 additions and 65061 deletions

View File

@@ -0,0 +1,16 @@
FROM lipanski/docker-static-website:2.6.0
# 静态文件路径 /home/static
COPY . /home/static/
ENTRYPOINT ["/busybox-httpd", "-f", "-v"]
CMD [ "-p", "5146" ]
# 暴露端口
EXPOSE 5146
LABEL 镜像制作者="https://space.bilibili.com/17547201"
LABEL GitHub主页="https://github.com/Firfr/"
LABEL Gitee主页="https://gitee.com/firfe/"
# docker build -t firfe/h5cube:2025.09.17 .