Spaces:
Paused
Paused
Christopher Luna commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -33,7 +33,7 @@ RUN mkdir -p /home/user/.vnc && \
|
|
| 33 |
chmod 0600 /home/user/.vnc/passwd
|
| 34 |
|
| 35 |
# Expose web-based VNC port
|
| 36 |
-
EXPOSE
|
| 37 |
|
| 38 |
# Start noVNC with TigerVNC
|
| 39 |
-
CMD ["/bin/sh", "-c", "vncserver :1 -geometry 1280x720 -depth 24 && websockify --web /usr/share/novnc/
|
|
|
|
| 33 |
chmod 0600 /home/user/.vnc/passwd
|
| 34 |
|
| 35 |
# Expose web-based VNC port
|
| 36 |
+
EXPOSE 7860
|
| 37 |
|
| 38 |
# Start noVNC with TigerVNC
|
| 39 |
+
CMD ["/bin/sh", "-c", "vncserver :1 -geometry 1280x720 -depth 24 && websockify --web /usr/share/novnc/ 7860 localhost:5901"]
|