Skip to content

Commit

Permalink
OCR V2 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Aakash Singh <[email protected]>
  • Loading branch information
khavinshankar and sainak authored Apr 15, 2024
1 parent eff9524 commit bf230dc
Show file tree
Hide file tree
Showing 18 changed files with 2,079 additions and 661 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FROM node:20-alpine AS production

WORKDIR /app

RUN mkdir /app/images

COPY package.*json ./
RUN npm install --omit=dev

Expand Down
Loading

0 comments on commit bf230dc

Please sign in to comment.