This website requires JavaScript.
Explore
Help
Sign In
libreitalia
/
loaih
Watch
7
Star
0
Fork
You've already forked loaih
0
Code
Issues
7
Pull Requests
Packages
Releases
5
Wiki
Activity
2277523f3c
loaih
/
Dockerfile
6 lines
99 B
Docker
Raw
Blame
History
FROM
python:3.9-slim
RUN
pip install loaih
ENTRYPOINT
[
"/usr/local/bin/loaih"
]
CMD
[
"--help"
]
Reference in New Issue
View Git Blame
Copy Permalink