Skip to content

Commit

Permalink
Merge pull request #54 from p-hueber/fixup_user_filter
Browse files Browse the repository at this point in the history
Fixup user filter
  • Loading branch information
p-hueber authored Oct 20, 2024
2 parents 9604220 + be2aa1b commit c2eea27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FROM alpine:latest

ENV INTERVAL=900
ENV REMAINING_EPISODES=2
ENV USERS=

COPY --from=builder /app/target/release/prefetcharr /

Expand All @@ -22,5 +21,5 @@ CMD ["sh", "-c", "./prefetcharr \
--log-dir \"${LOG_DIR}\" \
--interval \"${INTERVAL}\" \
--remaining-episodes \"${REMAINING_EPISODES}\" \
--users \"${USERS}\" \
--users ${USERS} \
"]

0 comments on commit c2eea27

Please sign in to comment.