Added Docker Support

This commit is contained in:
2024-10-09 18:29:51 +02:00
parent 47d44643c3
commit 04c5db2232
9 changed files with 554 additions and 162 deletions

View File

@@ -5,4 +5,4 @@ RUN pip install --upgrade pip
RUN pip install -r requirements.txt
ADD . .
CMD ["python", "main.py"]
CMD ["python", "bot.py"]