Skip to content

Commit

Permalink
yey
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey committed Feb 2, 2025
1 parent 8168d54 commit 809b108
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM python:3.9-slim

WORKDIR /app

COPY . /app

RUN pip install --no-cache-dir -r requirements.txt

EXPOSE 80

CMD ["python", "bot.py"]
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
discord
os
datetime
pytz
uuid
asyncio

0 comments on commit 809b108

Please sign in to comment.