From 933bcb2ea17c4f99fd456eebd044d1c6c290bc88 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 17 Jun 2023 17:58:06 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 374dde46..16122712 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ RUN apt-get update \ && rm -rf /root/.cache/ EXPOSE 3001 VOLUME ["/config"] -ENTRYPOINT [ "chmod a+x /MoviePilot/start.sh && /MoviePilot/start.sh" ] +ENTRYPOINT [ "sh", "/MoviePilot/start.sh" ]