Docker test

This commit is contained in:
2024-10-20 18:07:00 +03:00
parent 74da50764d
commit eefd484084

View File

@@ -11,6 +11,4 @@ RUN python3 -m venv venv \
ENV PYTHONPATH=/MumbleConciergeBot
ENTRYPOINT ["tail", "-f", "/dev/null"]
CMD ["venv/bin/python", "src/start.py"]