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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -68,7 +68,6 @@ RUN apt-get update && apt-get install -y \
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
 
68
 
69
  # Copy semua file ke container
70
  COPY . .
 
71
 
72
  # Install Playwright dependencies dan browser binaries
73
  RUN npx playwright install --with-deps