tachibanaa710 commited on
Commit
1867d82
·
verified ·
1 Parent(s): 7e33654

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,8 +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
-
15
  # If building for production, use:
16
  # RUN npm ci --only=production
17
 
 
10
  # Copy package files and install dependencies
11
  COPY package*.json ./
12
  RUN npm install
13
+ RUN npm install -g chrome-lens-ocr
 
14
  # If building for production, use:
15
  # RUN npm ci --only=production
16