A cross-platform, high-performance and asynchronous web server for static files-serving.
ARG SERVER_VERSION=2.38.1 |
ENV SERVER_VERSION=2.38.1 |
LABEL version=2.38.1 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.38.1 org.opencontainers.image.documentation=https://github.com/static-web-server/static-web-server |
COPY dir:6897ad53944d88d0e3c95a06a3c50a56118c7070066f7e55a8dea2e458c3cf24 in /site |
WORKDIR /site |
ENV SERVER_PORT="8787" |
ENV SERVER_ROOT="/site" |
ENV SERVER_CORS_ALLOW_ORIGINS="https://wedding.roza.is" |
ENV SERVER_FALLBACK_PAGE="/site/index.html" |
ENTRYPOINT ["/static-web-server"] |
Key |
Value |
description |
A cross-platform, high-performance and asynchronous web server for static files-serving. |
io.buildah.version |
1.39.3 |
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.38.1 |
version |
2.38.1 |