diff options
author | dundargoc <[email protected]> | 2022-02-18 15:17:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 17:47:17 +0330 |
commit | 4400e39a69dce6c2a63b391242e38f781e35025d (patch) | |
tree | 6e935a21b7e07339299d6b0348b90cbc3b7d5ded /utils/docker/Dockerfile.remote | |
parent | 3d4d9db850b6cb9e3eff08d93d95da8b6f97a70c (diff) |
chore: fix typos (#2292)
Diffstat (limited to 'utils/docker/Dockerfile.remote')
-rw-r--r-- | utils/docker/Dockerfile.remote | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docker/Dockerfile.remote b/utils/docker/Dockerfile.remote index 94765c48..179a5a42 100644 --- a/utils/docker/Dockerfile.remote +++ b/utils/docker/Dockerfile.remote @@ -20,7 +20,7 @@ RUN apt update && \ curl -LSs https://raw.githubusercontent.com/lunarvim/lunarvim/${LV_BRANCH}/utils/installer/install-neovim-from-release | bash && \ LV_BRANCH=${LV_BRANCH} curl -LSs https://raw.githubusercontent.com/lunarvim/lunarvim/${LV_BRANCH}/utils/installer/install.sh | bash -s -- --no-install-dependencies -# Setup LVIM to run on starup +# Setup LVIM to run on startup ENTRYPOINT ["/bin/bash"] CMD ["lvim"] |