Docker static website base image based on https://lipanski.com/posts/smallest-docker-image-static-website
FROM linuxchina/docker-static-website:latest
# Copy your static files
COPY ./dist .
Content type
Image
Digest
Size
102.3 kB
Last updated
over 4 years ago
docker pull linuxchina/docker-static-website