mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
fix
This commit is contained in:
+1
-1
@@ -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 [ "/MoviePilot/start.sh" ]
|
ENTRYPOINT [ "chmod a+x /MoviePilot/start.sh && /MoviePilot/start.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user