test
parent
8c79de2233
commit
a00695cf8f
|
@ -7,9 +7,5 @@ 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
|
||||
COPY --from=python-builder /MumbleConciergeBot /MumbleConciergeBot
|
||||
WORKDIR /MumbleConciergeBot
|
||||
|
||||
CMD /MumbleConciergeBot/venv/bin/python /MumbleConciergeBot/src/start.py
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
||||
CMD venv/bin/python src/start.py
|
Loading…
Reference in New Issue