This commit is contained in:
bvn13 2024-06-14 02:11:13 +03:00
parent f7dea346aa
commit 5f73a2b159
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ ADD src /app
WORKDIR /app
ENTRYPOINT [ "gunicorn", "--chdir=/app", "--bind=127.0.0.1:8080", "main:app" ]
ENTRYPOINT [ "gunicorn", "--chdir=/app", "--bind=0.0.0.0:8080", "main:app" ]

View File

@ -1 +1 @@
1.2.3
1.2.4