ankush13r commited on
Commit
0c5ebed
·
verified ·
1 Parent(s): 680c4d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -72,10 +72,6 @@ RUN mkdir -p /data/db \
72
 
73
  # Add user only if it doesn't already exist
74
 
75
- # Switch to the "root" user
76
- USER root
77
- RUN npx playwright install-deps && npx playwright install
78
-
79
  # Switch to the "node" user
80
  USER node
81
  RUN npx playwright install-deps && npx playwright install
 
72
 
73
  # Add user only if it doesn't already exist
74
 
 
 
 
 
75
  # Switch to the "node" user
76
  USER node
77
  RUN npx playwright install-deps && npx playwright install