feature/sleep-for-ever #6

Merged
RogerSik merged 5 commits from feature/sleep-for-ever into main 2023-11-12 12:40:50 +01:00
Showing only changes of commit 2668576158 - Show all commits

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"]