Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ COPY package*.json ./
|
|
11 |
RUN npm install
|
12 |
|
13 |
|
14 |
-
|
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
|