smishr-18 commited on
Commit
c766d7b
1 Parent(s): f8e9e33

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . /app
10
 
11
  # Install Python dependencies
12
  RUN pip install -r requirements.txt
13
-
14
  # Set the Tesseract path for pytesseract
15
  ENV TESSDATA_PREFIX /usr/share/
16
 
 
10
 
11
  # Install Python dependencies
12
  RUN pip install -r requirements.txt
13
+ RUN mkdir -p /app/flagged && chmod 777 /app/flagged
14
  # Set the Tesseract path for pytesseract
15
  ENV TESSDATA_PREFIX /usr/share/
16