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