tuts4y0u commited on
Commit
adf0168
1 Parent(s): 5e54d67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN echo $VNC_PWD | vncpasswd -f > /home/user/.vnc/passwd
10
  RUN chmod -R 777 /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
 
10
  RUN chmod -R 777 /root/.vnc /home/user/.vnc /tmp
11
  ENV HOME=/home/user \
12
  PATH=/home/user/.local/bin:$PATH
13
+ CMD vncserver -SecurityTypes VncAuth -rfbauth /home/user/.vnc/passwd -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860