Update Dockerfile
This commit is contained in:
parent
0a8927f598
commit
dfa929cf69
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.11-alpine
|
||||
RUN apk add --no-cache ffmpeg
|
||||
COPY requirements.txt /app/
|
||||
COPY bot.py /app/
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
COPY bot.py /app/
|
||||
ENTRYPOINT ["python", "/app/bot.py"]
|
||||
|
|
Loading…
Reference in a new issue