Docker test

main
L_DelOff 2024-10-20 18:03:28 +03:00
parent 380454edb5
commit 74da50764d
1 changed files with 0 additions and 9 deletions

View File

@ -9,15 +9,6 @@ RUN python3 -m venv venv \
&& venv/bin/pip install wheel \
&& venv/bin/pip install -r requirements.txt
FROM python:3.11-slim-bullseye
ENV DEBIAN_FRONTEND noninteractive
#RUN apt update && \
# apt install --no-install-recommends -y opus-tools ffmpeg libmagic-dev curl tar && \
# rm -rf /var/lib/apt/lists/*
COPY --from=python-builder /MumbleConciergeBot /MumbleConciergeBot
WORKDIR /MumbleConciergeBot
ENV PYTHONPATH=/MumbleConciergeBot
ENTRYPOINT ["tail", "-f", "/dev/null"]