This commit is contained in:
jxxghp 2023-06-17 17:58:06 +08:00
parent 1f1397da1b
commit 933bcb2ea1

View File

@ -45,4 +45,4 @@ RUN apt-get update \
&& rm -rf /root/.cache/ && rm -rf /root/.cache/
EXPOSE 3001 EXPOSE 3001
VOLUME ["/config"] VOLUME ["/config"]
ENTRYPOINT [ "chmod a+x /MoviePilot/start.sh && /MoviePilot/start.sh" ] ENTRYPOINT [ "sh", "/MoviePilot/start.sh" ]