Open
Description
I think you can simplify this repo if you want. The Dockerfile
can be shrunk down to:
FROM node:15-alpine
RUN npm install -g tldr
RUN tldr --update
ENTRYPOINT ["tldr"]
CMD ["--help"]
and alias tldr='docker run --rm -it nutellinoit/tldr'
This will also prevent permission problems in the user's home directory.
Metadata
Metadata
Assignees
Labels
No labels