update: 2026-03-28 20:59
This commit is contained in:
16
InfoGenie-frontend/public/smallgame/h5cube/Dockerfile
Normal file
16
InfoGenie-frontend/public/smallgame/h5cube/Dockerfile
Normal 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 .
|
||||
Reference in New Issue
Block a user