Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ COPY . .
|
|
| 13 |
# Install dependencies
|
| 14 |
RUN npm install
|
| 15 |
|
| 16 |
-
# Install Playwright dependencies and
|
| 17 |
RUN npx playwright install --with-deps
|
| 18 |
|
| 19 |
# Install additional dependencies for fonts
|
|
|
|
| 13 |
# Install dependencies
|
| 14 |
RUN npm install
|
| 15 |
|
| 16 |
+
# Install Playwright dependencies and browser
|
| 17 |
RUN npx playwright install --with-deps
|
| 18 |
|
| 19 |
# Install additional dependencies for fonts
|