diff --git a/Dockerfile b/Dockerfile index 624eeeb..ff818dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM python:3.10-slim WORKDIR /app COPY . /app RUN python -m pip install requests -ENTRYPOINT ["./entrypoint.sh"] +ENTRYPOINT ["/app/entrypoint.sh"]