diff options
Diffstat (limited to 'gotty')
-rw-r--r-- | gotty/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 42ac24d..6731b5b 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -44,5 +44,4 @@ RUN mkdir ~/.w3m RUN (cd fedora/.w3m && cp * ~/.w3m) # RUN service tor start EXPOSE 9000 -# ENV TERM=st-256 -# RUN st +EXPOSE 8080 |