fix(docker): verify Playwright bundle for runtime user

This commit is contained in:
Shadowbroker
2026-08-18 15:53:46 -06:00
parent ed97e9e4bc
commit 34a78379ad
-1
View File
@@ -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