mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-21 01:47:37 +02:00
fix(docker): verify Playwright bundle for runtime user
This commit is contained in:
@@ -55,7 +55,6 @@ COPY backend/pyproject.toml /workspace/backend/pyproject.toml
|
||||
# Install Python dependencies using the lockfile
|
||||
RUN cd /workspace/backend && uv sync --frozen --no-dev --extra road-corridor \
|
||||
&& playwright install --with-deps chromium \
|
||||
&& playwright install chromium-headless-shell \
|
||||
&& chmod -R a+rX "$PLAYWRIGHT_BROWSERS_PATH"
|
||||
|
||||
# Copy backend source code
|
||||
|
||||
Reference in New Issue
Block a user