From 7013d3997426012118b5558aaf6569b89170b10e Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Thu, 23 Mar 2023 16:19:16 +0000 Subject: [PATCH] Dockerfile fixed typos. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7bb74f..8e03a44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file