docker file

This commit is contained in:
kadma
2024-01-20 20:41:17 -05:00
committed by GitHub
parent a91c75a4e9
commit f84b0853a4

13
nosleep-oracle/Dockerfile Normal file
View File

@@ -0,0 +1,13 @@
FROM ubuntu
RUN apt update && apt upgrade -y && apt install wget -y
RUN wget https://github.com/layou233/NeverIdle/releases/download/0.2.3/NeverIdle-linux-arm64 -O NeverIdle
RUN chmod 777 NeverIdle
COPY . .
RUN chmod +x test.sh
ENTRYPOINT ./test.sh