Skip to content

Commit

Permalink
attempting pip
Browse files Browse the repository at this point in the history
  • Loading branch information
coillteoir committed Nov 17, 2023
1 parent 0bc58c8 commit e320645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
FROM python:3.11-slim

FROM gorialis/discord.py

RUN mkdir -p /usr/src/MorningBot

WORKDIR /usr/src/MorningBot

COPY . .
RUN pip install -r requirements.txt

CMD ["python3", "."]

0 comments on commit e320645

Please sign in to comment.