deepak191z commited on
Commit
d6fa5a1
·
verified ·
1 Parent(s): 663265f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY . .
20
 
21
  # Change ownership of the app directory to the non-root user
22
  RUN chown -R appuser:appuser /usr/src/app
23
-
24
  # Switch to the non-root user
25
  USER appuser
26
 
 
20
 
21
  # Change ownership of the app directory to the non-root user
22
  RUN chown -R appuser:appuser /usr/src/app
23
+ RUN npx playwright install --with-deps
24
  # Switch to the non-root user
25
  USER appuser
26