main
L_DelOff 2024-04-18 17:42:28 +03:00
parent ebe8c09913
commit c99d491293
1 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,7 @@ RUN python3 -m venv venv \
&& venv/bin/pip install wheel \
&& venv/bin/pip install -r requirements.txt
ENV PYTHONPATH=/MumbleConciergeBot
ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["venv/bin/python", "src/start.py"]