From 99cbbf743af3c6614d127e68df36906b08709885 Mon Sep 17 00:00:00 2001 From: nfel Date: Tue, 4 Aug 2026 22:36:24 +0330 Subject: [PATCH] Remove double slash from registry mirror URL Co-authored-by: Qwen-Coder --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41732ee..0a401c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,11 +43,11 @@ EXPOSE 8000 CMD ["python", "main.py", "admin"] # ── Stage 2b: worker runtime (Playwright Noble + Python installed) ───────────── -# Base: oci.reg.darano.ir//mcr.microsoft.com/playwright:v1.62.0-noble +# Base: oci.reg.darano.ir/mcr.microsoft.com/playwright:v1.62.0-noble # This image ships: Ubuntu 24.04 + Chromium + Firefox + WebKit + system libs. # We add Python + uv ourselves. -FROM oci.reg.darano.ir//mcr.microsoft.com/playwright:v1.62.0-noble AS worker +FROM oci.reg.darano.ir/mcr.microsoft.com/playwright:v1.62.0-noble AS worker # Install Python 3.12 + uv (the Playwright image has browsers but no Python). # Use a mirror for apt since the VPS has network restrictions (Iran).