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 156d462 commit a7c97ff
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 @@ -2,6 +2,6 @@ FROM python:3.11-slim

WORKDIR /moogly
RUN apt-get update && apt-get install git -y
COPY entry.sh ./
COPY entry.sh ./entry.sh

CMD ["/bin/bash", "entry.sh"]

0 comments on commit a7c97ff

Please sign in to comment.