diff --git a/Dockerfile b/Dockerfile index 953a865..f4c6551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file