tachibanaa710 commited on
Commit
1046e2b
·
verified ·
1 Parent(s): 0153187

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /usr/src/app
9
  COPY package*.json ./
10
 
11
  RUN npm install
 
12
  # If you are building your code for production
13
  # RUN npm ci --only=production
14
 
 
9
  COPY package*.json ./
10
 
11
  RUN npm install
12
+ RUN npm install -g chrome-lens-ocr
13
  # If you are building your code for production
14
  # RUN npm ci --only=production
15