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

Update Dockerfile

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