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