Turing311 commited on
Commit
364bf52
·
1 Parent(s): f37e0a4
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -12,7 +12,6 @@ COPY ./app.py .
12
  COPY ./demo.py .
13
  COPY ./run.sh .
14
  RUN pip3 install -r requirements.txt
15
- RUN chmod a+x ./ocrengine/ttvocrsrv
16
- RUN chmod a+x run.sh
17
  CMD ["./run.sh"]
18
  EXPOSE 8080
 
12
  COPY ./demo.py .
13
  COPY ./run.sh .
14
  RUN pip3 install -r requirements.txt
15
+ RUN chmod a+x ./ocrengine/ttvocrsrv run.sh
 
16
  CMD ["./run.sh"]
17
  EXPOSE 8080