Skip to content

Commit

Permalink
Add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
asdkmm5050 committed Jul 6, 2022
1 parent 150a169 commit 6f71a41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ COPY ./audio.py /app/
COPY ./bot.py /app/
COPY ./config.json /app/
WORKDIR /app
RUN pip install discord

RUN pip install discord==1.7.3
RUN pip install discord-py-slash-command==3.0.3
RUN pip install gTTs
RUN pip install ffmpeg
RUN pip install PyNaCl
RUN pip install gTTs==2.2.3
RUN pip install PyNaCl1.4.0
CMD python ./bot.py
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: '3'
services:
bot:
restart: always
build: .

0 comments on commit 6f71a41

Please sign in to comment.