Mahfujul commited on
Commit
366bc3a
·
verified ·
1 Parent(s): 665210b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ WORKDIR /code
13
  COPY package.json ./
14
  RUN npm install
15
 
 
 
16
  # Copy the rest of the application code
17
  COPY . .
18
 
 
13
  COPY package.json ./
14
  RUN npm install
15
 
16
+ RUN npm install puppeteer
17
+
18
  # Copy the rest of the application code
19
  COPY . .
20