Arkm20 commited on
Commit
3a36d47
·
verified ·
1 Parent(s): 4ef7e54

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y wget ca-certificates fonts-liberation l
7
  WORKDIR /app
8
  COPY package.json ./
9
  RUN npm install
10
-
11
  # Copy app code
12
  COPY . .
13
 
 
7
  WORKDIR /app
8
  COPY package.json ./
9
  RUN npm install
10
+ RUN npx playwright install --with-deps
11
  # Copy app code
12
  COPY . .
13