Dockerfile 106 B

1234567
  1. FROM python:alpine
  2. RUN pip install --no-cache-dir metrixpp
  3. ENTRYPOINT [ "metrix++" ]
  4. CMD [ "metrix++" ]