mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
ci: fix dockerfile
This commit is contained in:
@@ -16,9 +16,9 @@ RUN adduser \
|
||||
|
||||
COPY CBZOptimizer ${APP_PATH}
|
||||
|
||||
RUN apk add --no-cache inotify-tools bash-completion libwebp
|
||||
RUN chmod +x ${APP_PATH}
|
||||
RUN ${APP_PATH} completion bash > /etc/bash_completion.d/CBZOptimizer
|
||||
RUN apk add --no-cache inotify-tools bash-completion libwebp && \
|
||||
chmod +x ${APP_PATH} && \
|
||||
${APP_PATH} completion bash > /etc/bash_completion.d/CBZOptimizer
|
||||
|
||||
VOLUME ${CONFIG_FOLDER}
|
||||
USER ${USER}
|
||||
|
Reference in New Issue
Block a user