diff --git a/Dockerfile b/Dockerfile index f888e9d..26a901c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ COPY composer /composer RUN apk update RUN apk add --no-cache git python3 py3-pip RUN pip3 install --no-cache-dir --break-system-packages -r composer/requirements.txt -ENTRYPOINT python3 composer/entrypoint.py \ No newline at end of file +ENTRYPOINT ["python3", "composer/entrypoint.py"] \ No newline at end of file