Update apps/cistech-tunnel/build/Dockerfile
This commit is contained in:
@@ -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"]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user