Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here is docker file for anyone who dont want to deal with screens #36

Open
sumersm7 opened this issue Apr 15, 2023 · 0 comments
Open

Here is docker file for anyone who dont want to deal with screens #36

sumersm7 opened this issue Apr 15, 2023 · 0 comments

Comments

@sumersm7
Copy link

FROM alpine:latest

Install dependencies

RUN apk update && apk add --no-cache wget

Download script

RUN wget https://github.com/layou233/NeverIdle/releases/download/0.1/NeverIdle-linux-arm64 -O /usr/local/bin/NeverIdle

Change file permission

RUN chmod 777 /usr/local/bin/NeverIdle

Run the script with default arguments

CMD ["/bin/sh", "-c", "/usr/local/bin/NeverIdle -c 2h -m 2 -n 4h"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant