mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
Preserve file permission after changing COPY clause in Dockerfile.
This commit is contained in:
@@ -58,7 +58,7 @@ USER pentestagent
|
||||
RUN playwright install
|
||||
|
||||
# Copy application code
|
||||
COPY . .
|
||||
COPY --chown=pentestagent:pentestagent . .
|
||||
|
||||
# Expose any needed ports
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user