Skip to content

Commit

Permalink
fix: update pip index url
Browse files Browse the repository at this point in the history
  • Loading branch information
daya0576 committed Oct 30, 2023
1 parent 0dd37ad commit 2c2b5cc
Showing 1 changed file with 1 addition and 1 deletion.
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
RUN pip install --no-cache-dir -r /tmp/requirements.txt --index-url https://pypi.org/simple

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

0 comments on commit 2c2b5cc

Please # to comment.