Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM node:18
|
2 |
WORKDIR /app
|
3 |
COPY package.json ./
|
|
|
4 |
RUN npm install cheerio
|
5 |
RUN npm install
|
6 |
COPY . .
|
|
|
1 |
FROM node:18
|
2 |
WORKDIR /app
|
3 |
COPY package.json ./
|
4 |
+
RUN npm install xml2js js2xmlparser express
|
5 |
RUN npm install cheerio
|
6 |
RUN npm install
|
7 |
COPY . .
|