tuts4y0u commited on
Commit
3d6b8f2
1 Parent(s): 4e46bc0

Update Dockerfile

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