Mahfujul commited on
Commit
53b8428
·
verified ·
1 Parent(s): 366bc3a

Update Dockerfile

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