and commited on
Commit
090a667
·
1 Parent(s): 98e9a75
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/playwright:v1.40.0-jammy
4
 
5
  #COPY package.json ./package.json
6
 
7
- RUN npm i playwright@1.40.0
8
 
9
  COPY . .
10
 
 
4
 
5
  #COPY package.json ./package.json
6
 
7
+ RUN npm i playwright
8
 
9
  COPY . .
10