From 1def7821490bedcfc2b55f2b10a7a0889255ce65 Mon Sep 17 00:00:00 2001 From: Alex Zaw Date: Wed, 4 Feb 2026 20:29:37 +0000 Subject: [PATCH] Update apps/cistech-tunnel/build/Dockerfile --- apps/cistech-tunnel/build/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/cistech-tunnel/build/Dockerfile b/apps/cistech-tunnel/build/Dockerfile index 1288035..a0def83 100644 --- a/apps/cistech-tunnel/build/Dockerfile +++ b/apps/cistech-tunnel/build/Dockerfile @@ -108,10 +108,3 @@ RUN python3 -m venv "$VIRTUAL_ENV" && \ # Install Playwright browser (Chromium) RUN python -m playwright install --with-deps chromium -# Copy entrypoint script -COPY scripts/entrypoint.sh /opt/scripts/ -RUN chmod +x /opt/scripts/entrypoint.sh - -EXPOSE "$VNC_PORT" "$NOVNC_PORT" - -CMD ["/opt/scripts/entrypoint.sh"]