yashxx07 commited on
Commit
45e846c
1 Parent(s): d1a15f1

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 node-fetch
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 cross-fetch
15
 
16
 
17
  # Copy the rest of the application code to the working directory