This commit is contained in:
jxxghp 2023-06-17 17:53:05 +08:00
parent a1e6c6734d
commit 1f1397da1b

View File

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