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
|
FROM python:3.11-alpine
|
||||||
RUN apk add --no-cache ffmpeg
|
RUN apk add --no-cache ffmpeg
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
COPY bot.py /app/
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
COPY bot.py /app/
|
||||||
ENTRYPOINT ["python", "/app/bot.py"]
|
ENTRYPOINT ["python", "/app/bot.py"]
|
||||||
|
|
Loading…
Reference in a new issue