added list of channelnames
This commit is contained in:
@@ -6,9 +6,14 @@ WORKDIR /app
|
||||
# Copy the requirements.txt and the script to the container
|
||||
COPY requirements.txt .
|
||||
COPY bot.py .
|
||||
COPY channelnames.json config/
|
||||
|
||||
# Create necessary directories
|
||||
RUN mkdir -p data
|
||||
|
||||
# Install dependencies
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Run the bot
|
||||
CMD ["python", "bot.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user