Skip to content

Commit 68c64a1

Browse files
committed
fix: chown
1 parent 257aff8 commit 68c64a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/web-parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /app
1717

1818
# Copy built artifacts from builder
1919
COPY --from=builder /app/apps/web-parser/.output .
20-
COPY --from=builder --chown=appuser:appgroup --chmod=755 /root/.cache/ms-playwright /home/appuser/.cache/ms-playwright
20+
COPY --from=builder --chmod=755 /root/.cache/ms-playwright /home/appuser/.cache/ms-playwright
2121
COPY docker/web-parser/health-check.sh ./
2222

2323
# Running as non-root is a security best practice

0 commit comments

Comments
 (0)