Skip to content

Commit

Permalink
remove idle-script from CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Sep 27, 2021
1 parent 799d6d7 commit 9b4be39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ ENV PS1="\u@debugcontainer($(hostname)):\w\\$ " \
HOME="/workdir" \
TERM="xterm"

CMD ["/scripts/idle.sh"]
CMD ["/bin/sleep","inf"]

0 comments on commit 9b4be39

Please sign in to comment.