diff --git a/Dockerfile b/Dockerfile index 7a8a9bc..944aed3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip install -r requirements.txt USER "nobody" -ENTRYPOINT [ "/app/entrypoint" ] +ENTRYPOINT [ "/app/entrypoint.sh" ]