We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f42f84 commit 257aff8Copy full SHA for 257aff8
1 file changed
docker/web-parser/Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /app
17
18
# Copy built artifacts from builder
19
COPY --from=builder /app/apps/web-parser/.output .
20
-COPY --from=builder --chown=appuser:appgroup /root/.cache/ms-playwright /home/appuser/.cache/ms-playwright
+COPY --from=builder --chown=appuser:appgroup --chmod=755 /root/.cache/ms-playwright /home/appuser/.cache/ms-playwright
21
COPY docker/web-parser/health-check.sh ./
22
23
# Running as non-root is a security best practice
0 commit comments