fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 32s
Deploy Prod / Push (pull_request) Successful in 17s
Deploy Prod / Deploy prod (pull_request) Successful in 8s

This commit is contained in:
Egor Matveev
2024-12-29 01:56:10 +03:00
parent c3a982fbd8
commit a3c438af80
3 changed files with 21 additions and 8 deletions

View File

@@ -10,4 +10,4 @@ COPY . .
ENV PYTHONUNBUFFERED=1
ENTRYPOINT ["python", "main.py"]
ENTRYPOINT ["fastapi", "run", "main.py", "--port", "1239"]