feature/sleep-for-ever
All checks were successful
build / Dockerfile lint (push) Successful in 46s
build / build (push) Successful in 51s

This commit is contained in:
Roger Sikorski 2023-11-12 12:29:37 +01:00
parent 41fd71d826
commit 2668576158
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -5,3 +5,5 @@ RUN apk update && \
apk add --no-cache nano mc micro rsync ncdu git curl
COPY ./bin/ /usr/local/bin
ENTRYPOINT ["sleep", "infinity"]