Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/playwright:focal
|
|
2 |
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD 1
|
3 |
WORKDIR /app
|
4 |
COPY package*.json ./
|
|
|
5 |
RUN npm install
|
6 |
COPY . .
|
7 |
RUN npx playwright install --with-deps
|
|
|
2 |
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD 1
|
3 |
WORKDIR /app
|
4 |
COPY package*.json ./
|
5 |
+
RUN npm update
|
6 |
RUN npm install
|
7 |
COPY . .
|
8 |
RUN npx playwright install --with-deps
|