fix dockerfile

This commit is contained in:
jxxghp
2023-06-11 09:56:49 +08:00
parent 4e8d46c91a
commit 60e65afd50

View File

@ -44,4 +44,4 @@ RUN apt-get update \
&& rm -rf /root/.cache/
EXPOSE 3001
VOLUME ["/config"]
ENTRYPOINT [ "${WORKDIR}/start.sh" ]
ENTRYPOINT [ "/MoviePilot/start.sh" ]