This commit is contained in:
2026-03-12 22:56:57 +00:00
parent f4faabe44d
commit 6d2d04ea40
8 changed files with 162 additions and 1 deletions
+1
View File
@@ -5,5 +5,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY config.py .
COPY modreplybot.py .
COPY update_checker.py .
ENV PYTHONUNBUFFERED=1
CMD ["python", "modreplybot.py"]