8000 Repo simplification · Issue #1 · nutellinoit/tldr-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Repo simplification #1
Open
Open
@123456abcdef

Description

@123456abcdef

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0