Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|