A cross-platform, high-performance and asynchronous web server for static files-serving.
ARG SERVER_VERSION=2.32.2 |
ENV SERVER_VERSION=2.32.2 |
LABEL version=2.32.2 description=A cross-platform, high-performance and asynchronous web server for static files-serving. maintainer=Jose Quintana <joseluisq.net> |
COPY /usr/local/bin/static-web-server / # buildkit |
COPY ./docker/public /public # buildkit |
EXPOSE map[80/tcp:{}] |
STOPSIGNAL SIGQUIT |
ENTRYPOINT ["/static-web-server"] |
LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static Web Server org.opencontainers.image.description=A cross-platform, high-performance and asynchronous web server for static files-serving. org.opencontainers.image.version=2.32.2 org.opencontainers.image.documentation=https://github.com/static-web-server/static-web-server |
WORKDIR / |
COPY dir:ed0b4ee122e2e1f6ce82e5963155c2a3bcac32b739912d36cfb3d55170724982 in /public |
Key |
Value |
description |
A cross-platform, high-performance and asynchronous web server for static files-serving. |
maintainer |
Jose Quintana <joseluisq.net> |
org.opencontainers.image.description |
A cross-platform, high-performance and asynchronous web server for static files-serving. |
org.opencontainers.image.documentation |
https://github.com/static-web-server/static-web-server |
org.opencontainers.image.title |
Static Web Server |
org.opencontainers.image.url |
https://github.com/static-web-server/static-web-server |
org.opencontainers.image.vendor |
Jose Quintana |
org.opencontainers.image.version |
2.32.2 |
version |
2.32.2 |