Skip to content

Commit

Permalink
Merge pull request #137 from AvikaTrivedi/patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
kalanakt authored May 19, 2024
2 parents 03e6ca0 + bcee0b7 commit 10aa508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ RUN apt-get install ffmpeg -y
WORKDIR .
COPY . .

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

CMD ["python3", "bot.py"]

0 comments on commit 10aa508

Please sign in to comment.