FROM envoyproxy/envoy-alpine:36f39c746eb7d03b762099b206403935b11972d8LABEL maintainer=https://git.io/joseluisqRUN set -ex \&& apk update && apk add --no-cache bash ca-certificatesADD bin /binADD public /publicADD docker/docker-entrypoint.sh /entrypoint.shRUN chmod u+x /bin/static-web-server \&& chmod u+x /entrypoint.shENTRYPOINT ["/entrypoint.sh"]