SIGN IN SIGN UP

Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux

0 0 0 Markdown
2022-06-24 13:11:09 +08:00
# https://lipanski.com/posts/smallest-docker-image-static-website
2023-03-14 15:24:51 +08:00
# https://github.com/forksss/docker-static-website
FROM wcjiang/docker-static-website:latest
2022-05-24 23:49:10 +08:00
2022-06-24 13:11:09 +08:00
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!
COPY ./.deploy .