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