From 9b4be3974d1a29869db3025f27ee90a4503bb4d5 Mon Sep 17 00:00:00 2001 From: Thomas Deutsch Date: Mon, 27 Sep 2021 19:20:27 +0200 Subject: [PATCH] remove idle-script from CMD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6ca960..dfa8b2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,4 +74,4 @@ ENV PS1="\u@debugcontainer($(hostname)):\w\\$ " \ HOME="/workdir" \ TERM="xterm" -CMD ["/scripts/idle.sh"] +CMD ["/bin/sleep","inf"] \ No newline at end of file