Update Dockerfile
This commit is contained in:
parent
d0f022eb95
commit
22e2a17383
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ ARG DPKG_FRONTEND=noninteractive
|
||||||
RUN apt-get update && apt-get install -y python3 python3-opencv python3-aiohttp python3-python-telegram-bot python3-pip
|
RUN apt-get update && apt-get install -y python3 python3-opencv python3-aiohttp python3-python-telegram-bot python3-pip
|
||||||
COPY requirements.txt /app/
|
COPY requirements.txt /app/
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt --break-system-packages
|
||||||
COPY bot.py /app/
|
COPY bot.py /app/
|
||||||
ENTRYPOINT ["python3", "/app/bot.py"]
|
ENTRYPOINT ["python3", "/app/bot.py"]
|
||||||
|
|
Loading…
Reference in a new issue