yashxx07 commited on
Commit
8030c63
1 Parent(s): 2ad6ed0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -10,10 +10,8 @@ COPY package*.json ./
10
  # Install npm dependencies
11
  RUN npm install
12
 
13
- RUN npm init
14
- # Install additional dependencies
15
 
16
- RUN npm install express nodemailer pg postgres rss-parser
17
 
18
 
19
  # Copy the rest of the application code to the working directory
 
10
  # Install npm dependencies
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