updated docker file

This commit is contained in:
2026-08-04 22:33:30 +03:30
parent 56fa29c91b
commit acd613b468
3 changed files with 94 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ CMD ["python", "main.py", "admin"]
# - ffmpeg, xvfb, and other browser utilities
# We only need to install our Python project dependencies.
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
# The Playwright image ships Python via /usr/bin/python3 but pip is not in PATH.
# Install uv to manage our project dependencies.