Spaces:
Running
Running
Update Dockerfile
Browse files- 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 . .
|