tuts4y0u commited on
Commit
ece4b1f
1 Parent(s): 168bf98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN chmod u+r,g+r,o+r /home/user/vnc_password
9
  RUN echo $VNC_PWD
10
  ENV HOME=/home/user \
11
  PATH=/home/user/.local/bin:$PATH
12
- CMD vncserver -SecurityTypes None PasswordFile /home/user/vnc_password -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860
 
9
  RUN echo $VNC_PWD
10
  ENV HOME=/home/user \
11
  PATH=/home/user/.local/bin:$PATH
12
+ CMD vncserver -SecurityTypes None -PasswordFile /home/user/vnc_password -geometry 1366x768 && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860