Remove double slash from registry mirror URL
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
+2
-2
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user