feat: Updates docker command that made ci build fail.
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 1m1s

This commit is contained in:
2025-11-12 12:25:50 -05:00
parent 1625e8b380
commit 00da0c1375

View File

@@ -40,4 +40,4 @@ WORKDIR /root/dev
VOLUME /root/dev
CMD /bin/bash
CMD [ "/bin/bash", "-c", "/root/.local/share/bob/nvim-bin/nvim" ]