mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-22 00:30:47 +08:00
fix: process startup sequence
This commit is contained in:
@@ -61,4 +61,4 @@ RUN apt-get update \
|
||||
/var/tmp/*
|
||||
EXPOSE 3000
|
||||
VOLUME ["/config"]
|
||||
ENTRYPOINT [ "bash", "-c", "/app/start.sh & nginx -g 'daemon off;'" ]
|
||||
ENTRYPOINT [ "/app/start.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user