diff --git a/Dockerfile b/Dockerfile index 5bbd3c1..a3fde81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install -r requirements.txt COPY BringCookies /opt/drone/ -ENTRYPOINT [ "python", "/opt/drone/BringCookies/main.py" ] \ No newline at end of file +ENTRYPOINT [ "python", "/opt/drone/main.py" ] \ No newline at end of file