Spaces:
Sleeping
Sleeping
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 chrome-lens-ocr
|
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 chrome-lens-ocr node-fetch sharp
|
14 |
# If building for production, use:
|
15 |
# RUN npm ci --only=production
|
16 |
|