guanshuicheng / invoice

Collaboration with wangxupeng(https://github.com/wangxupeng)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能不能搞个dockerfile,一键部署

orestonce opened this issue · comments

docker pull ljh2057/invoice-ocr:v1
docker run -d -p 30090:9090 --rm ljh2057/invoice-ocr:v1

docker pull ljh2057/invoice-ocr:v1 docker run -d -p 30090:9090 --rm ljh2057/invoice-ocr:v1

老哥,你的镜像不能用啊
一直返回404

curl --location --request POST 'http://localhost:30090/voice-ocr' \
--form 'file=@"/C:/Users/Pictures/Saved Pictures/sample.jpg"'