WalleGriffkinder commited on
Commit
10d21d9
·
verified ·
1 Parent(s): c62a842

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -27,7 +27,6 @@ WORKDIR /app
27
 
28
  COPY package*.json ./
29
  RUN npm install
30
- COPY tessdata ./tessdata
31
  COPY . .
32
 
33
  EXPOSE 7860
 
27
 
28
  COPY package*.json ./
29
  RUN npm install
 
30
  COPY . .
31
 
32
  EXPOSE 7860