From c6b79a602ff7f8612fc6a319d988379bc07040ed Mon Sep 17 00:00:00 2001 From: bvn13 Date: Fri, 14 Jun 2024 01:55:30 +0300 Subject: [PATCH] fix --- Dockerfile | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70ccccd..0ed72ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ ADD src /app WORKDIR /app -ENTRYPOINT [ "gunicorn", "--chdir=/app/src", "--bond=127.0.0.1:8080", "main:app" ] \ No newline at end of file +ENTRYPOINT [ "gunicorn", "--chdir=/app/src", "--bind=127.0.0.1:8080", "main:app" ] \ No newline at end of file diff --git a/version b/version index ea710ab..cb174d5 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2 \ No newline at end of file +1.2.1 \ No newline at end of file