Release 1.0.0
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ FROM python:3.11-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies
|
||||
# Install Python dependencies
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
@@ -11,6 +11,6 @@ COPY . .
|
||||
|
||||
# Create DB directory
|
||||
RUN mkdir -p DB
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
# Run the bot
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user