FROM ghcr.io/xpipe-io/xpipe-webtop:latest RUN apt-get update && apt-get install -y novnc ... EXPOSE 7860 CMD ["./start-web-interface.sh"]