Reordered to reduce rebuild amount
This commit is contained in:
parent
12e4e501b2
commit
4f11f2346a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.10-bullseye
|
||||
WORKDIR /app
|
||||
COPY *.py .
|
||||
RUN apt update && apt upgrade -y && apt install -y ffmpeg build-essential libssl-dev ca-certificates libasound2 wget && \
|
||||
pip install "python-telegram-bot[job-queue]" python-dotenv azure-cognitiveservices-speech pydub
|
||||
WORKDIR /app
|
||||
COPY *.py .
|
||||
CMD ["python", "bot.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue