tachibanaa710 commited on
Commit
a746907
·
verified ·
1 Parent(s): 4ff3af0

Update Dockerfile

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