sha256:91015918273c90b63333ea4f420216ea0e91703ec950dfe367cf1e21151bcab9
OS/ARCH
Compressed size
12.71 MB
Last pushed
almost 3 years by baoduy2412
Type
Image
Manifest digest
sha256:b51f9f6d9d40c5754437eceb377c6088ab02ab178d8509f30a3f8138dec6e6f7
Image Layers
1ARG SERVER_VERSION=0.0.00 B2ENV SERVER_VERSION=2.21.10 B3LABEL version=2.21.1 description=A cross-platform, high-performance0 B4COPY /usr/local/bin/static-web-server / # buildkit3.12 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 B10ARG TARGETARCH0 B11ENV SERVER_ROOT=/app0 B12ENV SERVER_FALLBACK_PAGE=/app/index.html0 B13WORKDIR /app92 B14COPY /app/dist . # buildkit9.57 MBCommand
ARG SERVER_VERSION=0.0.0