Last active
January 11, 2023 21:37
-
-
Save 616b2f/ed2d9daa223da237a1ed1d7a0fc1cdc8 to your computer and use it in GitHub Desktop.
nvim in docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM fedora:37 | |
RUN dnf install -y 'dnf-command(copr)' && \ | |
dnf copr enable -y agriffis/neovim-nightly && \ | |
dnf install -y neovim | |
CMD nvim --listen 0.0.0.0:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to run it e.g.: