mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-02-12 23:16:15 +08:00
fix
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user