We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb3a20 commit df3ccb2Copy full SHA for df3ccb2
1 file changed
Dockerfile
@@ -44,4 +44,5 @@ RUN apt install -y \
44
45
WORKDIR /root
46
47
-CMD ["tail", "-f", "/dev/null"]
+# Start a bash shell when running the container
48
+CMD ["/bin/bash"]
0 commit comments