From 00da0c1375d973e9d1cf6937a8674126cb61d27f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 12 Nov 2025 12:25:50 -0500 Subject: [PATCH] feat: Updates docker command that made ci build fail. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f7ce33..e2e8e90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,4 +40,4 @@ WORKDIR /root/dev VOLUME /root/dev -CMD /bin/bash +CMD [ "/bin/bash", "-c", "/root/.local/share/bob/nvim-bin/nvim" ]