yashxx07 commited on
Commit
d1a15f1
1 Parent(s): 7df62bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY package*.json ./
11
  RUN npm install
12
 
13
 
14
- #RUN npm install express nodemailer pg postgres rss-parser
15
 
16
 
17
  # Copy the rest of the application code to the working directory
 
11
  RUN npm install
12
 
13
 
14
+ RUN npm install node-fetch
15
 
16
 
17
  # Copy the rest of the application code to the working directory