diff --git a/Dockerfile b/Dockerfile index 21f6dff5595edb34d3eec65223f760dd2a6dbba6..0e3e3c04287b39f5842e99f481d8ba002c61ffe7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,8 @@ RUN apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/cache RUN sed -i -e 's/# en_US.UTF-8 UTF-8/tr_TR.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure locales && \ update-locale LANG=tr_TR.UTF-8 -ENV LANG tr_TR.UTF-8 \ No newline at end of file +ENV LANG tr_TR.UTF-8 + +EXPOSE 5900/tcp +ENV DISPLAY=:0.0 +CMD Xspice --port 5900 --auto --vdagent --disable-ticketing $DISPLAY > /dev/null 2>&1 & \ No newline at end of file