Merge pull request 'fix' (#34) from master into prod
Reviewed-on: https://gitea.sprinthub.ru/self/queues/pulls/34
This commit was merged in pull request #34.
This commit is contained in:
@@ -10,4 +10,4 @@ COPY . .
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
ENTRYPOINT ["uvicorn", "main:app", "--port", "1239"]
|
||||
ENTRYPOINT ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "1239"]
|
||||
|
||||
Reference in New Issue
Block a user