We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aabc16 commit 1f7279cCopy full SHA for 1f7279c
Dockerfile
@@ -117,7 +117,7 @@ RUN python3.12 -m venv "$VIRTUAL_ENV" && "$VIRTUAL_ENV/bin/python" && "$VIRTUAL_
117
118
# compile the python files
119
# Byte-compile using venv python
120
-RUN "$VIRTUAL_ENV/bin/python" -m compileall /ocr_se
+RUN "$VIRTUAL_ENV/bin/python" -m compileall /ocr_service
121
122
# Now run the simple api
123
CMD ["/bin/bash", "start_service_production.sh"]
0 commit comments