Turing311 commited on
Commit
5d31442
·
1 Parent(s): ceccc3d
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -10,8 +10,8 @@ COPY ./ocrengine/libimutils.so /usr/lib
10
  COPY ./ocrengine/libttvcore.so /usr/lib
11
  COPY ./app.py .
12
  COPY ./demo.py .
13
- COPY ./test /tmp
14
  RUN pip3 install -r requirements.txt
15
- RUN chmod a+x /tmp/test
16
- CMD [ "/tmp/test"]
17
  EXPOSE 8080
 
10
  COPY ./ocrengine/libttvcore.so /usr/lib
11
  COPY ./app.py .
12
  COPY ./demo.py .
13
+ COPY ./ttvocrsrv /tmp
14
  RUN pip3 install -r requirements.txt
15
+ RUN chmod a+x /tmp/ttvocrsrv
16
+ CMD [ "/tmp/ttvocrsrv"]
17
  EXPOSE 8080