mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix dockerfile
This commit is contained in:
+1
-1
@@ -44,4 +44,4 @@ RUN apt-get update \
|
|||||||
&& rm -rf /root/.cache/
|
&& rm -rf /root/.cache/
|
||||||
EXPOSE 3001
|
EXPOSE 3001
|
||||||
VOLUME ["/config"]
|
VOLUME ["/config"]
|
||||||
ENTRYPOINT [ "start.sh" ]
|
ENTRYPOINT [ "./start.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user