From 76edccf4842a2bbba9bd88f4de93a215b9abcea5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:26:45 +0000 Subject: [PATCH 1/2] Initial plan From 83364c94e3ab5584329099234430670dc20456ce Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:27:49 +0000 Subject: [PATCH 2/2] Remove unused VNC_PORT env var from vnc.dockerfile Co-authored-by: cooperj <28831674+cooperj@users.noreply.github.com> --- vnc.dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/vnc.dockerfile b/vnc.dockerfile index 887111c..6c9172b 100644 --- a/vnc.dockerfile +++ b/vnc.dockerfile @@ -7,7 +7,6 @@ ENV BASE_IMAGE=${BASE_IMAGE} ENV DEBIAN_FRONTEND=noninteractive \ DISPLAY=:1 \ - VNC_PORT=5900 \ NOVNC_PORT=5801 \ RESOLUTION=1366x768x24