A very small Docker image (~154KB) to run any static website
6.0K
See: https://github.com/lipanski/docker-static-website
See: https://github.com/forksss/docker-static-website
# https://lipanski.com/posts/smallest-docker-image-static-website
# https://github.com/lipanski/docker-static-website
# https://github.com/forksss/docker-static-website
FROM lipanski/docker-static-website:latest
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!
COPY ./build .
Content type
Image
Digest
sha256:55a5563f6…
Size
91 kB
Last updated
over 1 year ago
docker pull wcjiang/docker-static-website