From 7fe1c9cf9f114d40fe3f534a3902f3dff73c602f Mon Sep 17 00:00:00 2001 From: startxfr Date: Sun, 6 Dec 2015 16:41:23 +0100 Subject: correcting bug and improve startup display --- OS/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'OS') diff --git a/OS/Dockerfile b/OS/Dockerfile index 1ed8547..da351a2 100644 --- a/OS/Dockerfile +++ b/OS/Dockerfile @@ -11,5 +11,6 @@ COPY *.sh /bin/ RUN chmod 775 /bin/sx-lib.sh /bin/run.sh && \ mkdir /data && \ mkdir /data/logs +ENV TERM=xterm CMD ["/bin/run.sh"] -- cgit v1.2.1