omar0scarf commited on
Commit
fe366d4
·
verified ·
1 Parent(s): 5a08654

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN git clone https://github.com/omarvip212/bot0.git .
19
  # تثبيت الاعتماديات
20
  COPY package*.json ./
21
  RUN npm install --force
22
- RUN npm install cheerio
23
 
24
  # نسخ باقي الملفات
25
  COPY . .
 
19
  # تثبيت الاعتماديات
20
  COPY package*.json ./
21
  RUN npm install --force
22
+ RUN npm install cheerio@1.0.0-rc.12
23
 
24
  # نسخ باقي الملفات
25
  COPY . .