From e4b72c6412abde7bfea797bfe9135abe19cf4461 Mon Sep 17 00:00:00 2001 From: Luan Pham Date: Thu, 8 Sep 2022 18:27:22 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a84e608..9586bf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,5 @@ WORKDIR /app COPY . /app/ RUN pip install .[dev] +EXPOSE 80 ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"] diff --git a/README.md b/README.md index 5f9c64e..c1bf704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Document Image Skew Estimation -[![pypi package](https://img.shields.io/badge/version-v0.1.0-blue)](https://pypi.org/project/jdeskew) +[![pypi package](https://img.shields.io/badge/version-v0.2.0-blue)](https://pypi.org/project/jdeskew) [![CircleCI](https://circleci.com/gh/phamquiluan/jdeskew/tree/master.svg?style=shield&circle-token=37f6b4ef126f3e985db7c624d1d76f22a223cf41)](https://circleci.com/gh/phamquiluan/jdeskew/tree/master) [![Codacy Badge](https://app.codacy.com/project/badge/Coverage/25553a5195074e37a01dd3370c55abaa)](https://www.codacy.com/gh/phamquiluan/jdeskew/dashboard?utm_source=github.com&utm_medium=referral&utm_content=phamquiluan/jdeskew&utm_campaign=Badge_Coverage) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/25553a5195074e37a01dd3370c55abaa)](https://www.codacy.com/gh/phamquiluan/jdeskew/dashboard?utm_source=github.com&utm_medium=referral&utm_content=phamquiluan/jdeskew&utm_campaign=Badge_Grade)