Skip to content

Commit

Permalink
Add nest-asyncio into requirements.txt and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
formatx committed Dec 7, 2021
1 parent 8ca7834 commit 0abffee
Show file tree
Hide file tree
Showing 2 changed files with 12 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.8
WORKDIR /app

COPY ./requirements.txt /app

ENV PYTHONUNBUFFERED 1

RUN pip3 install --no-cache-dir -r requirements.txt
COPY . .

CMD ["python", "Dizplayer.py"]
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ discord.py==1.6.0
python-dotenv==0.15.0
youtube-dl==2021.2.10
PyNaCl==1.4.0
nest-asyncio==1.5.4

0 comments on commit 0abffee

Please sign in to comment.