aboutsummaryrefslogtreecommitdiffstats
path: root/gotty/Dockerfile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-09-04 16:08:07 +0000
committerbloodstalker <thabogre@gmail.com>2020-09-04 16:08:07 +0000
commit38afa4a503aebfd775b04a61115f142e3c382bc7 (patch)
tree2c5eb82471c1f549a6dcfe63bd7f0bc597fef967 /gotty/Dockerfile
parentadded a line so that vim generates the helptags for all the vim plugins we're... (diff)
downloaddockerimages-38afa4a503aebfd775b04a61115f142e3c382bc7.tar.gz
dockerimages-38afa4a503aebfd775b04a61115f142e3c382bc7.zip
update
Diffstat (limited to 'gotty/Dockerfile')
-rw-r--r--gotty/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile
index bb7d64c..754441e 100644
--- a/gotty/Dockerfile
+++ b/gotty/Dockerfile
@@ -21,3 +21,4 @@ RUN git clone http://github.com/mbbill/undotree ~/.vim/bundle/undotree
RUN git clone http://github.com/terminaldweller/fedora && cd fedora/baseline && cp ./.vimrc ~/.vimrc
RUN go get github.com/yudai/gotty
RUN vim -T xterm +Helptags +qall
+EXPOSE 9000