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"]