summaryrefslogtreecommitdiffstats
path: root/OS
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-06 16:41:23 +0100
committerstartxfr <clarue@startx.fr>2015-12-06 16:41:23 +0100
commit7fe1c9cf9f114d40fe3f534a3902f3dff73c602f (patch)
tree5d40c66b09a9eddab90ee209a71aa37eaed787cf /OS
parent6fc395ce332cf2565705b3a36bceaaa6f3948417 (diff)
downloadphpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.gz
phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.bz2
phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.tar.xz
phpmyadmin-7fe1c9cf9f114d40fe3f534a3902f3dff73c602f.zip
correcting bug and improve startup display
Diffstat (limited to 'OS')
-rw-r--r--OS/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]