diff options
author | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 |
commit | 3abb0a7350392a4a02f970e8636dcb167c1ba53c (patch) | |
tree | c2f12e15d5fd78cfb0d4a5023c97820bd9a66a83 /utils/docker | |
parent | c8157a0b924279c4344b8c311d793545d1549cf0 (diff) | |
parent | 4400e39a69dce6c2a63b391242e38f781e35025d (diff) |
Merge branch 'rolling'
Diffstat (limited to 'utils/docker')
-rw-r--r-- | utils/docker/Dockerfile.local | 2 | ||||
-rw-r--r-- | utils/docker/Dockerfile.remote | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/docker/Dockerfile.local b/utils/docker/Dockerfile.local index c219e34f..ed4a67f3 100644 --- a/utils/docker/Dockerfile.local +++ b/utils/docker/Dockerfile.local @@ -20,7 +20,7 @@ RUN apt update && \ /LunarVim/utils/installer/install-neovim-from-release && \ /LunarVim/utils/installer/install.sh --local --no-install-dependencies -# Setup LVIM to run on starup +# Setup LVIM to run on startup ENTRYPOINT ["/bin/bash"] CMD ["lvim"] 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"] |