Remove '--update' as a default argument

This commit is contained in:
mza921 2020-11-01 14:05:26 -08:00
parent 8d129ad590
commit 8e199e2eae

View file

@ -19,4 +19,4 @@ RUN \
/var/tmp/* \
/var/lib/apt/lists/*
WORKDIR /app
ENTRYPOINT ["python3", "plex_auto_collections.py", "--update"]
ENTRYPOINT ["python3", "plex_auto_collections.py"]