Loading Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ RUN apt-get update \ COPY ./src /run/ RUN chmod +x /run/*.sh COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html VOLUME /storage EXPOSE 22 5900 8006 Loading src/display.sh +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ case "${DISPLAY,,}" in ;; web) addPackage "novnc" "web-based VNC client" ln -sfn /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html DISPLAY_OPTS="-display vnc=:0 -vga virtio" ;; *) Loading Loading
Dockerfile +0 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,6 @@ RUN apt-get update \ COPY ./src /run/ RUN chmod +x /run/*.sh COPY /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html VOLUME /storage EXPOSE 22 5900 8006 Loading
src/display.sh +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ case "${DISPLAY,,}" in ;; web) addPackage "novnc" "web-based VNC client" ln -sfn /usr/share/novnc/vnc_lite.html /usr/share/novnc/index.html DISPLAY_OPTS="-display vnc=:0 -vga virtio" ;; *) Loading