diff --git a/Dockerfile b/Dockerfile index 2a38b2c..ed9394b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ ADD src /app WORKDIR /app -ENTRYPOINT [ "gunicorn", "--chdir=/app", "--bind=127.0.0.1:8080", "main:app" ] \ No newline at end of file +ENTRYPOINT [ "gunicorn", "--chdir=/app", "--bind=0.0.0.0:8080", "main:app" ] \ No newline at end of file diff --git a/version b/version index e2cac26..b966e81 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.3 \ No newline at end of file +1.2.4 \ No newline at end of file