Skip to content

Commit 1f7279c

Browse files
committed
Corrected reference to ocr_service when compiling python code in Dockerfile.
1 parent 0aabc16 commit 1f7279c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN python3.12 -m venv "$VIRTUAL_ENV" && "$VIRTUAL_ENV/bin/python" && "$VIRTUAL_
117117

118118
# compile the python files
119119
# Byte-compile using venv python
120-
RUN "$VIRTUAL_ENV/bin/python" -m compileall /ocr_se
120+
RUN "$VIRTUAL_ENV/bin/python" -m compileall /ocr_service
121121

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

0 commit comments

Comments
 (0)