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