Various changes

This commit is contained in:
2025-11-24 01:10:50 -05:00
parent 782e8e14a6
commit 874acb7af3
2 changed files with 6 additions and 4 deletions

View File

@@ -8,6 +8,4 @@ COPY . .
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
RUN echo DISCORD_BOT_TOKEN=$DISCORD_BOT_TOKEN > .env
CMD ["python3", "bot.py"]