sha256:4e80e54b90bb97b00b20cd77845ba04b0f1f96034898de598deb419d4413a59a
OS/ARCH
Compressed size
1.87 MB
Last pushed
almost 2 years by ikrong
Type
Image
Manifest digest
sha256:6ddf8a8bb8dabe27b024db333a404f11d5d0ed54bef0e368c7e5f3c68a718fba
Image Layers
1LABEL maintainer=ikrong <[email protected]> org.opencontainers.image.authors=ikrong <[email protected]>0 B2WORKDIR /www92 B3COPY ./assets/index.html /www/index.html # buildkit325 B4COPY ./assets/404.html /404.html # buildkit101 B5COPY /app/serve /usr/bin/serve # buildkit1.87 MB6EXPOSE map[443/tcp:{} 80/tcp:{}]0 B7ENTRYPOINT ["serve"]0 B8HEALTHCHECK &{["CMD" "serve" "get" "http://localhost"]0 B9CMD ["--port" "80"]0 BCommand
LABEL maintainer=ikrong <[email protected]> org.opencontainers.image.authors=ikrong <[email protected]> org.opencontainers.image.source=https://github.com/ikrong/mini-http org.opencontainers.image.description=A minimal static server org.opencontainers.image.license=MIT