Skip to content

Commit

Permalink
fix: update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Oct 30, 2023
1 parent 4556b15 commit 282ce98
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 139 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM tiangolo/uvicorn-gunicorn:python3.9

COPY requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt --default-timeout=3000
RUN pip install --no-cache-dir --default-timeout=3000 -r /tmp/requirements.txt

COPY . .
CMD ["uvicorn", "telegram_bot.app:app", "--host", "0.0.0.0", "--port", "8080", "--workers", "2"]
Loading

0 comments on commit 282ce98

Please # to comment.