Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhare committed Mar 18, 2021
1 parent bcdf53a commit 072f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run apt-get update
run apt-get -y install python3 python3-pip tesseract-ocr
run pip3 install requests lxml pytesseract cssselect
copy src /app/src/
copy configure /app/configure
copy configure /app/configure/
env PYTHONIOENCODING=utf8
ENTRYPOINT ["python3","/app/src/service.py"]

0 comments on commit 072f9d2

Please sign in to comment.