FROM scratchLABEL maintainer="Jose Quintana <joseluisq.net>"COPY ./bin/static-web-server /COPY ./public /publicEXPOSE 80VOLUME ["/public"]ENTRYPOINT ["/static-web-server"]# MetadataLABEL org.opencontainers.image.vendor="Jose Quintana" \org.opencontainers.image.url="https://github.com/joseluisq/static-web-server" \org.opencontainers.image.title="Static Web Server" \org.opencontainers.image.description="A blazing fast static files-serving web server powered by Rust Iron." \org.opencontainers.image.version="$VERSION" \org.opencontainers.image.documentation="https://github.com/joseluisq/static-web-server"