Rooni commited on
Commit
b394476
·
verified ·
1 Parent(s): 550ce38

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 . .