Skip to content

Commit

Permalink
Dockerfile fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Mar 23, 2023
1 parent 711136e commit 7013d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ COPY ./ /ocr_service
WORKDIR /ocr_service

# Install requirements for the app
RUN python3.11 -m pip install --no-cache-di --break-system-packagesr -r ./requirements.txt
RUN python3.11 -m pip install --no-cache-dir --break-system-packages -r ./requirements.txt

# Now run the simple api
CMD ["/bin/bash", "start_service_production.sh"]

0 comments on commit 7013d39

Please sign in to comment.