sha256:4bce957b97d628bdabedcb2f1a643185c62ae7d7f01f1c17cb1e9404409d3a45
OS/ARCH
Compressed size
11.92 MB
Last pushed
over 2 years by baoduy2412
Type
Image
Manifest digest
sha256:edd4039403991139229abdfaa6417b9007f17e7c5ff3834f4666e94205c5fe2c
Image Layers
1ARG SERVER_VERSION=0.0.00 B2ENV SERVER_VERSION=2.28.00 B3LABEL version=2.28.0 description=A cross-platform, high-performance0 B4COPY /usr/local/bin/static-web-server / # buildkit3.51 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 /app93 B14COPY /app/dist . # buildkit8.4 MBCommand
ARG SERVER_VERSION=0.0.0