Spaces:
Paused
Paused
tuts4y0u
commited on
Commit
·
223a59f
1
Parent(s):
d0ebd83
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd
|
|
10 |
RUN chmod -R a+rw /root/.vnc /home/user/.vnc /tmp
|
11 |
ENV HOME=/home/user \
|
12 |
PATH=/home/user/.local/bin:$PATH
|
13 |
-
CMD vncserver -SecurityTypes VncAuth -
|
|
|
10 |
RUN chmod -R a+rw /root/.vnc /home/user/.vnc /tmp
|
11 |
ENV HOME=/home/user \
|
12 |
PATH=/home/user/.local/bin:$PATH
|
13 |
+
CMD vncserver -SecurityTypes VncAuth -rfbauth /root/.vnc/passwd -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860
|