diff --git a/Dockerfile b/Dockerfile index 2547a91..7b7ba06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/src/display.sh b/src/display.sh index cfffeae..4cee13f 100644 --- a/src/display.sh +++ b/src/display.sh @@ -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" ;; *)