Skip to content

Commit df3ccb2

Browse files
committed
run shell in container
1 parent 0bb3a20 commit df3ccb2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ RUN apt install -y \
4444

4545
WORKDIR /root
4646

47-
CMD ["tail", "-f", "/dev/null"]
47+
# Start a bash shell when running the container
48+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)