This commit is contained in:
bvn13 2024-06-14 01:55:30 +03:00
parent 3230df2790
commit c6b79a602f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
1.2
1.2.1