sha256:46e53dae68cc6d87b8868f173f9d7165b6da0cdd92a8b1d3de5b59ba3ba8a15d
OS/ARCH
Compressed size
3.7 MB
Last pushed
over 1 year by meysam81
Type
Image
Manifest digest
sha256:ef82d5a087e96cd2a4fa5007ba5e2b1c578f692a51691df29d4e5fb84bd3905f
Image Layers
1ARG SERVER_VERSION=2.35.00 B2ENV SERVER_VERSION=2.35.00 B3LABEL version=2.35.0 description=A cross-platform, high-performance0 B4COPY /usr/local/bin/static-web-server / # buildkit3.69 MB5COPY ./docker/public /public # buildkit11.53 KB6EXPOSE map[80/tcp:{}]0 B7STOPSIGNAL SIGQUIT0 B8ENTRYPOINT ["/static-web-server"]0 B9LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static0 B10EXPOSE map[8000/tcp:{}]0 B11ENV SERVER_PORT=8000 SERVER_LOG_LEVEL=info SERVER_ERROR_PAGE_404=index.html SERVER_FALLBACK_PAGE=index.html0 B12COPY public/index.html /public # buildkit1 KBCommand
ARG SERVER_VERSION=2.35.0