deepak191z commited on
Commit
45bc5e7
·
verified ·
1 Parent(s): 915016a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
4
 
5
  #COPY package.json ./package.json
6
 
7
- RUN npm i express playwright body-parser cors
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 express playwright@1.41.2 body-parser cors
8
  RUN npm i web-locks
9
  RUN npm i ws
10
  RUN npm i user-agents