Spaces:
Sleeping
Sleeping
and
commited on
Commit
•
691b999
1
Parent(s):
61c2768
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
|
|
4 |
|
5 |
#COPY package.json ./package.json
|
6 |
|
7 |
-
RUN npm i playwright@1.
|
8 |
RUN npm i web-locks
|
9 |
RUN npm i ws
|
10 |
RUN npm i user-agents
|
|
|
4 |
|
5 |
#COPY package.json ./package.json
|
6 |
|
7 |
+
RUN npm i playwright@1.41.2
|
8 |
RUN npm i web-locks
|
9 |
RUN npm i ws
|
10 |
RUN npm i user-agents
|