Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ WORKDIR /usr/src/app
|
|
| 10 |
# Copy package files and install dependencies
|
| 11 |
COPY package*.json ./
|
| 12 |
RUN npm install
|
| 13 |
-
RUN npm install
|
| 14 |
# If building for production, use:
|
| 15 |
# RUN npm ci --only=production
|
| 16 |
|
|
|
|
| 10 |
# Copy package files and install dependencies
|
| 11 |
COPY package*.json ./
|
| 12 |
RUN npm install
|
| 13 |
+
RUN npm install express axios cheerio cors
|
| 14 |
# If building for production, use:
|
| 15 |
# RUN npm ci --only=production
|
| 16 |
|