Preserve file permission after changing COPY clause in Dockerfile.

This commit is contained in:
famez
2026-02-01 23:43:35 +01:00
parent 19e5c4a89c
commit 9205fbda87

View File

@@ -58,7 +58,7 @@ USER pentestagent
RUN playwright install
# Copy application code
COPY . .
COPY --chown=pentestagent:pentestagent . .
# Expose any needed ports
EXPOSE 8080