Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
loonsies committed Jan 12, 2025
1 parent 12494a8 commit 53a5680
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM python:3.11-slim
WORKDIR /moogly

RUN apt-get update && apt-get install git -y
RUN git clone https://github.com/senolem/Moogly
RUN git clone https://github.com/senolem/Moogly /moogly

WORKDIR /moogly
RUN pip install -r requirements.txt

ENTRYPOINT ["python3", "moogly.py"]

0 comments on commit 53a5680

Please sign in to comment.