Update apps/cistech-tunnel/build/Dockerfile

This commit is contained in:
2026-02-04 20:29:37 +00:00
parent 55c11cce90
commit 1def782149

View File

@@ -108,10 +108,3 @@ RUN python3 -m venv "$VIRTUAL_ENV" && \
# Install Playwright browser (Chromium) # Install Playwright browser (Chromium)
RUN python -m playwright install --with-deps 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"]