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 53a5680 commit 7cca82c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +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 /moogly
RUN git clone https://github.com/senolem/Moogly ./

WORKDIR /moogly
RUN pip install -r requirements.txt
RUN pip install --root-user-action=ignore -r requirements.txt

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

0 comments on commit 7cca82c

Please sign in to comment.