Dockerfile.client 141 B

1234
  1. FROM alpine
  2. RUN apk add --no-cache curl
  3. COPY diagnosticClient /usr/local/bin/diagnosticClient
  4. ENTRYPOINT ["/usr/local/bin/diagnosticClient"]