name updates
This commit is contained in:
+3
-2
@@ -3,5 +3,6 @@ FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . .
|
||||
CMD ["python", "modbot.py"]
|
||||
COPY config.py .
|
||||
COPY modreplybot.py .
|
||||
CMD ["python", "modreplybot.py"]
|
||||
|
||||
Reference in New Issue
Block a user