mirror of
https://github.com/mza921/Plex-Auto-Collections
synced 2024-11-12 23:37:09 +00:00
Remove '--update' as a default argument
This commit is contained in:
parent
8d129ad590
commit
8e199e2eae
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
Loading…
Reference in a new issue