Alpine Linux with node-static serving static files via HTTP
3.1K
This is a Docker image with Alpine Linux running a simple node-static http server. You may volume-mount your local static files to get served.
docker run \
--rm \
--name alpine-node-static \
-v "<path-to-local-dir>:/var/www" \
-p "8080:3000" \
chiefy/alpine-node-static:latest
Content type
Image
Digest
sha256:1c7844d31…
Size
10.8 MB
Last updated
about 11 years ago
docker pull chiefy/alpine-node-static