Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -18,4 +18,3 @@ ADD pushcookie/ /home/user/myshell/
|
|
18 |
RUN chmod +x /home/user/myshell/*.sh
|
19 |
|
20 |
CMD vncserver -SecurityTypes VncAuth -rfbauth /home/user/.vnc/passwd -geometry $VNC_RESOLUTION && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860
|
21 |
-
CMD /home/user/myshell/clickbing.sh
|
|
|
18 |
RUN chmod +x /home/user/myshell/*.sh
|
19 |
|
20 |
CMD vncserver -SecurityTypes VncAuth -rfbauth /home/user/.vnc/passwd -geometry $VNC_RESOLUTION && ./noVNC/utils/novnc_proxy --vnc localhost:5901 --listen 0.0.0.0:7860
|
|