fix(cmd): remove unnecessary `CMD` in `Dockerfile`
The `CMD [ "/bin/bash/" ]` command in the last line of `Dockerfile` is unnecessary. This can be changed with `CMD [ "nvim" ]` for direct nvim start. However, with this setup it may not be possible to exit and re-enter Neovim without quitting the container.pull/186/head
parent
8059a02b4b
commit
7673367341
Loading…
Reference in New Issue