Skip to content

Commit

Permalink
perf: add completion to bash docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Aug 28, 2024
1 parent 9cc45e7 commit 9305c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir -p "${CONFIG_FOLDER}" && adduser \

COPY CBZOptimizer /usr/local/bin/CBZOptimizer

RUN apk add --no-cache inotify-tools && chmod +x /usr/local/bin/CBZOptimizer
RUN apk add --no-cache inotify-tools && chmod +x /usr/local/bin/CBZOptimizer && /usr/local/bin/CBZOptimizer completion bash > /etc/bash_completion.d/CBZOptimizer

USER ${USER}
ENTRYPOINT ["/usr/local/bin/CBZOptimizer"]

0 comments on commit 9305c8f

Please sign in to comment.