From dcd3f0fc5f5cc5a440df96dc617672517caa0fb6 Mon Sep 17 00:00:00 2001 From: don Date: Wed, 16 Nov 2022 14:21:45 -0500 Subject: [PATCH] Update Dockerfile changes novnc from home dir to opt --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52e460c..3a8c111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,8 @@ LABEL maintainer="Don " RUN apk add --no-cache sudo git xfce4 faenza-icon-theme bash python3 tigervnc xfce4-terminal\ && adduser -h /home/alpine -s /bin/bash -S -D alpine && echo -e "alpine\nalpine" | passwd alpine \ && echo 'alpine ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers \ - && git clone https://github.com/novnc/noVNC /home/alpine/noVNC \ - && git clone https://github.com/novnc/websockify /home/alpine/noVNC/utils/websockify + && git clone https://github.com/novnc/noVNC /opt/noVNC \ + && git clone https://github.com/novnc/websockify /opt/noVNC/utils/websockify USER alpine WORKDIR /home/alpine