wudysoft commited on
Commit
26bf262
·
verified ·
1 Parent(s): 1cda5ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -68,8 +68,7 @@ RUN apt-get update && apt-get install -y \
68
 
69
  # Copy semua file ke container
70
  COPY . .
71
- RUN chown -R node:node /app && chmod -R 775 /app
72
-
73
 
74
  # Install Playwright dependencies dan browser binaries
75
  RUN npx playwright install --with-deps
 
68
 
69
  # Copy semua file ke container
70
  COPY . .
71
+ USER pwuser
 
72
 
73
  # Install Playwright dependencies dan browser binaries
74
  RUN npx playwright install --with-deps