loaih/Dockerfile

6 lines
99 B
Docker

FROM python:3.9-slim
RUN pip install loaih
ENTRYPOINT [ "/usr/local/bin/loaih" ]
CMD [ "--help" ]