updated docker file
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user